2 instantiations of InternalAutomationFocusChangedEventArgs
UIAutomationClient (2)
MS\Internal\Automation\EventListenerClientSide.cs (1)
81
e = new
InternalAutomationFocusChangedEventArgs
(0, 0, eventTime);
MS\Internal\Automation\FocusTracker.cs (1)
94
AutomationFocusChangedEventArgs e = new
InternalAutomationFocusChangedEventArgs
(idObject, idChild, eventTime);
3 references to InternalAutomationFocusChangedEventArgs
UIAutomationClient (3)
MS\Internal\Automation\InvokeHandlers.cs (3)
78
else if (args is
InternalAutomationFocusChangedEventArgs
)
80
AutomationFocusChangedEventArgs realArgs = ((
InternalAutomationFocusChangedEventArgs
)args)._args;
89
uint eventTime = ((
InternalAutomationFocusChangedEventArgs
)args)._eventTime;