8 references to AutomationFocusChangedEvent
UIAutomationClient (8)
MS\Internal\Automation\ClientEventManager.cs (1)
64RemoveRootListener(AutomationElement.AutomationFocusChangedEvent, Tracker.Focus, eventCallback);
MS\Internal\Automation\ClientSideQueueItem.cs (1)
72if (!(src == null && _e.EventId == AutomationElement.AutomationFocusChangedEvent))
MS\Internal\Automation\EventListenerClientSide.cs (1)
73if (e.EventId == AutomationElement.AutomationFocusChangedEvent)
MS\Internal\Automation\FocusTracker.cs (1)
118ClientEventManager.RaiseEventInThisClientOnly(AutomationElement.AutomationFocusChangedEvent, srcEl, e);
System\Windows\Automation\Automation.cs (3)
164Misc.ValidateArgument( eventId != AutomationElement.AutomationFocusChangedEvent, SRID.EventIdMustNotBeAutomationFocusChanged ); 240Misc.ValidateArgument( eventId != AutomationElement.AutomationFocusChangedEvent, SRID.EventIdMustNotBeAutomationFocusChanged ); 372EventListener l = new EventListener(AutomationElement.AutomationFocusChangedEvent,
System\Windows\Automation\AutomationFocusChangedEventArgs.cs (1)
61: base(AutomationElement.AutomationFocusChangedEvent)