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