1 type derived from AutomationFocusChangedEventArgs
UIAutomationClient (1)
MS\Internal\Automation\InvokeHandlers.cs (1)
40internal class InternalAutomationFocusChangedEventArgs : AutomationFocusChangedEventArgs
1 instantiation of AutomationFocusChangedEventArgs
UIAutomationClient (1)
MS\Internal\Automation\InvokeHandlers.cs (1)
48_args = new AutomationFocusChangedEventArgs(idObject, idChild);
4 references to AutomationFocusChangedEventArgs
UIAutomationClient (4)
MS\Internal\Automation\FocusTracker.cs (1)
94AutomationFocusChangedEventArgs e = new InternalAutomationFocusChangedEventArgs(idObject, idChild, eventTime);
MS\Internal\Automation\InvokeHandlers.cs (2)
42internal AutomationFocusChangedEventArgs _args; 80AutomationFocusChangedEventArgs realArgs = ((InternalAutomationFocusChangedEventArgs)args)._args;
System\Windows\Automation\AutomationFocusChangedEventArgs.cs (1)
27public delegate void AutomationFocusChangedEventHandler( object sender, AutomationFocusChangedEventArgs e );