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