6 references to EventId
UIAutomationClient (2)
MS\Internal\Automation\ClientSideQueueItem.cs (1)
59
if (!(src == null && _e.
EventId
== AutomationElement.AutomationFocusChangedEvent))
MS\Internal\Automation\EventListenerClientSide.cs (1)
63
if (e.
EventId
== AutomationElement.AutomationFocusChangedEvent)
UIAutomationProvider (4)
System\Windows\Automation\Provider\AutomationInteropProvider.cs (4)
116
if (e.
EventId
== AutomationElementIdentifiers.AsyncContentLoadedEvent)
126
if (e.
EventId
== AutomationElementIdentifiers.NotificationEvent)
140
if (e.
EventId
== AutomationElementIdentifiers.ActiveTextPositionChangedEvent)
150
if (e.
EventId
== WindowPatternIdentifiers.WindowClosedEvent && !(e is WindowClosedEventArgs))