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