6 references to NotificationEvent
PresentationCore (3)
MS\Internal\Automation\EventMap.cs (2)
59
|| id == AutomationElementIdentifiers.
NotificationEvent
?.Id
106
case AutomationEvents.Notification: eventObject = AutomationElementIdentifiers.
NotificationEvent
; break;
System\Windows\Automation\Peers\AutomationPeer.cs (1)
379
AutomationElementIdentifiers.
NotificationEvent
,
UIAutomationClient (1)
System\Windows\Automation\AutomationElement.cs (1)
276
public static readonly AutomationEvent NotificationEvent = AutomationElementIdentifiers.
NotificationEvent
;
UIAutomationProvider (1)
System\Windows\Automation\Provider\AutomationInteropProvider.cs (1)
125
if (e.EventId == AutomationElementIdentifiers.
NotificationEvent
)
UIAutomationTypes (1)
System\Windows\Automation\NotificationEventArgs.cs (1)
36
: base(AutomationElementIdentifiers.
NotificationEvent
)