2 references to 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);