6 references to AutomationNotificationKind
PresentationCore (1)
System\Windows\Automation\Peers\AutomationPeer.cs (1)
368
public void RaiseNotificationEvent(
AutomationNotificationKind
notificationKind,
UIAutomationClient (1)
MS\Internal\Automation\UiaCoreApi.cs (1)
1518
internal
AutomationNotificationKind
_notificationKind;
UIAutomationProvider (2)
MS\Internal\Automation\UiaCoreProviderApi.cs (2)
70
AutomationNotificationKind
notificationKind, AutomationNotificationProcessing notificationProcessing, string displayString, string activityId)
138
AutomationNotificationKind
notificationKind, AutomationNotificationProcessing notificationProcessing, string displayString, string activityId);
UIAutomationTypes (2)
System\Windows\Automation\NotificationEventArgs.cs (2)
32
public NotificationEventArgs(
AutomationNotificationKind
notificationKind,
58
public
AutomationNotificationKind
NotificationKind { get; private set; }