2 instantiations of NotificationEventArgs
PresentationCore (1)
System\Windows\Automation\Peers\AutomationPeer.cs (1)
382new NotificationEventArgs(notificationKind, notificationProcessing, displayString, activityId));
UIAutomationClient (1)
MS\Internal\Automation\UiaCoreApi.cs (1)
692return new NotificationEventArgs(nargs._notificationKind, nargs._notificationProcessing,
2 references to NotificationEventArgs
UIAutomationProvider (2)
System\Windows\Automation\Provider\AutomationInteropProvider.cs (2)
128NotificationEventArgs notificationArgs = e as NotificationEventArgs;