6 references to AsyncContentLoadedEvent
PresentationCore (3)
MS\Internal\Automation\EventMap.cs (2)
41
|| id == AutomationElementIdentifiers.
AsyncContentLoadedEvent
.Id
99
case AutomationEvents.AsyncContentLoaded: eventObject = AutomationElementIdentifiers.
AsyncContentLoadedEvent
; break;
System\Windows\Automation\Peers\AutomationPeer.cs (1)
356
AutomationElementIdentifiers.
AsyncContentLoadedEvent
,
UIAutomationClient (1)
System\Windows\Automation\AutomationElement.cs (1)
267
public static readonly AutomationEvent AsyncContentLoadedEvent = AutomationElementIdentifiers.
AsyncContentLoadedEvent
;
UIAutomationProvider (1)
System\Windows\Automation\Provider\AutomationInteropProvider.cs (1)
115
if (e.EventId == AutomationElementIdentifiers.
AsyncContentLoadedEvent
)
UIAutomationTypes (1)
System\Windows\Automation\AsyncContentLoadedEventArgs.cs (1)
36
: base(AutomationElementIdentifiers.
AsyncContentLoadedEvent
)