1 type derived from AutomationFocusChangedEventArgs
UIAutomationClient (1)
MS\Internal\Automation\InvokeHandlers.cs (1)
28
internal class InternalAutomationFocusChangedEventArgs :
AutomationFocusChangedEventArgs
1 instantiation of AutomationFocusChangedEventArgs
UIAutomationClient (1)
MS\Internal\Automation\InvokeHandlers.cs (1)
36
_args = new
AutomationFocusChangedEventArgs
(idObject, idChild);
4 references to AutomationFocusChangedEventArgs
UIAutomationClient (4)
MS\Internal\Automation\FocusTracker.cs (1)
85
AutomationFocusChangedEventArgs
e = new InternalAutomationFocusChangedEventArgs(idObject, idChild, eventTime);
MS\Internal\Automation\InvokeHandlers.cs (2)
30
internal
AutomationFocusChangedEventArgs
_args;
68
AutomationFocusChangedEventArgs
realArgs = ((InternalAutomationFocusChangedEventArgs)args)._args;
System\Windows\Automation\AutomationFocusChangedEventArgs.cs (1)
14
public delegate void AutomationFocusChangedEventHandler( object sender,
AutomationFocusChangedEventArgs
e );