24 references to AutomationNotificationKind
Accessibility_Core_App (1)
DataControls.cs (1)
47
System.Windows.Forms.Automation.
AutomationNotificationKind
.Other,
System.Windows.Forms (13)
Properties\TypeForwards.cs (1)
17
[assembly: TypeForwardedTo(typeof(System.Windows.Forms.Automation.
AutomationNotificationKind
))]
System\Windows\Forms\Accessibility\AccessibleObject.cs (2)
3214
AutomationNotificationKind
notificationKind,
3259
AutomationNotificationKind
notificationKind,
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (1)
86
AutomationNotificationKind
.ItemAdded,
System\Windows\Forms\Controls\DataGridView\DataGridViewCheckBoxCell.cs (1)
961
Automation.
AutomationNotificationKind
.Other,
System\Windows\Forms\Controls\ListView\ListView.cs (2)
2199
Automation.
AutomationNotificationKind
.Other,
4416
Automation.
AutomationNotificationKind
.ActionCompleted,
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (1)
2966
Automation.
AutomationNotificationKind
.ActionCompleted,
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (1)
1444
Automation.
AutomationNotificationKind
.Other,
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (1)
2409
Automation.
AutomationNotificationKind
.Other,
System\Windows\Forms\Controls\UpDown\UpDownBase.UpDownEdit.cs (1)
30
AccessibilityObject.RaiseAutomationNotification(Automation.
AutomationNotificationKind
.ActionCompleted,
System\Windows\Forms\ErrorProvider\ErrorProvider.cs (1)
796
Automation.
AutomationNotificationKind
.ActionAborted,
System\Windows\Forms\ToolTip\ToolTip.cs (1)
625
Automation.
AutomationNotificationKind
.ActionCompleted,
System.Windows.Forms.Primitives (1)
Windows\Win32\PInvoke.UiaRaiseNotificationEvent.cs (1)
14
AutomationNotificationKind
notificationKind,
System.Windows.Forms.Tests (9)
System\Windows\Forms\DataGridViewCellTests.cs (5)
6451
It.IsAny<
AutomationNotificationKind
>(),
6476
mockAccessibleObject.Verify(a => a.InternalRaiseAutomationNotification(
AutomationNotificationKind
.Other,
6484
mockAccessibleObject.Verify(a => a.InternalRaiseAutomationNotification(
AutomationNotificationKind
.Other,
6492
mockAccessibleObject.Verify(a => a.InternalRaiseAutomationNotification(
AutomationNotificationKind
.Other,
6500
mockAccessibleObject.Verify(a => a.InternalRaiseAutomationNotification(
AutomationNotificationKind
.Other,
System\Windows\Forms\ListViewTests.cs (1)
5309
internal override bool InternalRaiseAutomationNotification(
AutomationNotificationKind
notificationKind, AutomationNotificationProcessing notificationProcessing, string notificationText)
System\Windows\Forms\RichTextBoxTests.cs (2)
10601
It.IsAny<
AutomationNotificationKind
>(),
10623
AutomationNotificationKind
.Other,
System\Windows\Forms\ToolTipTests.cs (1)
829
It.IsAny<
AutomationNotificationKind
>(),