Table of Contents
UI Automation
The User Interface Automation (UIA) specification is an advanced accessibility framework, developed by Microsoft, and released to the community including an irrevocable pledge of patent rights for anyone implementing the specification.
MSDN References
- UI Automation Overview (http://msdn2.microsoft.com/en-us/library/ms747327.aspx)
- UI Automation Specification and Community Promise (http://msdn2.microsoft.com/en-us/accessibility/bb892133.aspx)
Core Implementation
- System.Windows.Automation (http://msdn2.microsoft.com/en-us/library/system.windows.automation.aspx) Namespace
- System.Windows.Automation.Peers (http://msdn2.microsoft.com/en-us/library/system.windows.automation.peers.aspx) Namespace
- System.Windows.Automation.Provider (http://msdn2.microsoft.com/en-us/library/system.windows.automation.provider.aspx) Namespace
- System.Windows.Automation.Text (http://msdn2.microsoft.com/en-us/library/system.windows.automation.text.aspx) Namespace
Additional Implementation
- System.Windows (http://msdn2.microsoft.com/en-us/library/system.windows.aspx) Namespace


