1 type derived from AutomationFocusChangedEventArgs
UIAutomationClient (1)
MS\Internal\Automation\InvokeHandlers.cs (1)
40
internal 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)
94
AutomationFocusChangedEventArgs
e = new InternalAutomationFocusChangedEventArgs(idObject, idChild, eventTime);
MS\Internal\Automation\InvokeHandlers.cs (2)
42
internal
AutomationFocusChangedEventArgs
_args;
80
AutomationFocusChangedEventArgs
realArgs = ((InternalAutomationFocusChangedEventArgs)args)._args;
System\Windows\Automation\AutomationFocusChangedEventArgs.cs (1)
27
public delegate void AutomationFocusChangedEventHandler( object sender,
AutomationFocusChangedEventArgs
e );