4 overrides of RaiseAutomationEvent
System.Windows.Forms (1)
System\Windows\Forms\Accessibility\Control.ControlAccessibleObject.cs (1)
528
internal override bool
RaiseAutomationEvent
(UIA_EVENT_ID eventId)
System.Windows.Forms.Tests (3)
System\Windows\Forms\AccessibleObjects\TabPage.TabAccessibleObjectTests.cs (1)
1139
internal override bool
RaiseAutomationEvent
(UIA_EVENT_ID eventId)
System\Windows\Forms\ComboBoxTests.cs (1)
2804
internal override bool
RaiseAutomationEvent
(UIA_EVENT_ID eventId)
System\Windows\Forms\ListViewTests.cs (1)
6090
internal override bool
RaiseAutomationEvent
(UIA_EVENT_ID eventId)
76 references to RaiseAutomationEvent
System.Windows.Forms (73)
System\Windows\Forms\Accessibility\Control.ControlAccessibleObject.cs (1)
529
=> this.IsOwnerHandleCreated(out Control? _) && base.
RaiseAutomationEvent
(eventId);
System\Windows\Forms\Accessibility\LabelEditNativeWindow.cs (2)
128
AccessibilityObject?.
RaiseAutomationEvent
(UIA_EVENT_ID.UIA_Text_TextChangedEventId);
131
AccessibilityObject?.
RaiseAutomationEvent
(UIA_EVENT_ID.UIA_Text_TextSelectionChangedEventId);
System\Windows\Forms\ContextMenuStrip.cs (2)
151
AccessibilityObject.
RaiseAutomationEvent
(UIA_EVENT_ID.UIA_MenuOpenedEventId);
166
AccessibilityObject.
RaiseAutomationEvent
(UIA_EVENT_ID.UIA_MenuClosedEventId);
System\Windows\Forms\Controls\Buttons\Button.cs (1)
243
AccessibilityObject.
RaiseAutomationEvent
(UIA_EVENT_ID.UIA_AutomationPropertyChangedEventId);
System\Windows\Forms\Controls\Buttons\CheckBox.cs (1)
446
AccessibilityObject.
RaiseAutomationEvent
(UIA_EVENT_ID.UIA_AutomationPropertyChangedEventId);
System\Windows\Forms\Controls\Buttons\RadioButton.cs (1)
367
AccessibilityObject.
RaiseAutomationEvent
(UIA_EVENT_ID.UIA_AutomationPropertyChangedEventId);
System\Windows\Forms\Controls\ComboBox\ComboBox.ComboBoxAccessibleObject.cs (1)
183
GetSelectedComboBoxItemAccessibleObject()?.
RaiseAutomationEvent
(UIA_EVENT_ID.UIA_SelectionItem_ElementSelectedEventId);
System\Windows\Forms\Controls\ComboBox\ComboBox.ComboBoxItemAccessibleObject.cs (1)
190
RaiseAutomationEvent
(UIA_EVENT_ID.UIA_AutomationFocusChangedEventId);
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (5)
1791
ChildEditAccessibleObject.
RaiseAutomationEvent
(UIA_EVENT_ID.UIA_Text_TextSelectionChangedEventId);
2493
ChildEditAccessibleObject.
RaiseAutomationEvent
(UIA_EVENT_ID.UIA_Text_TextSelectionChangedEventId);
2611
ChildEditAccessibleObject.
RaiseAutomationEvent
(UIA_EVENT_ID.UIA_Text_TextSelectionChangedEventId);
2779
ChildEditAccessibleObject.
RaiseAutomationEvent
(UIA_EVENT_ID.UIA_Text_TextChangedEventId);
2884
AccessibilityObject.
RaiseAutomationEvent
(UIA_EVENT_ID.UIA_AutomationFocusChangedEventId);
System\Windows\Forms\Controls\DataGridView\DataGridViewCell.DataGridViewCellAccessibleObject.cs (1)
618
RaiseAutomationEvent
(UIA_EVENT_ID.UIA_AutomationFocusChangedEventId);
System\Windows\Forms\Controls\DateTimePicker\DateTimePicker.cs (1)
1096
AccessibilityObject.
RaiseAutomationEvent
(UIA_EVENT_ID.UIA_AutomationFocusChangedEventId);
System\Windows\Forms\Controls\Labels\LinkLabel.cs (1)
1658
focusLink.AccessibleObject?.
RaiseAutomationEvent
(UIA_EVENT_ID.UIA_AutomationFocusChangedEventId);
System\Windows\Forms\Controls\ListBoxes\ListBox.AccessibleObject.cs (1)
182
focusedItem?.
RaiseAutomationEvent
(UIA_EVENT_ID.UIA_AutomationFocusChangedEventId);
System\Windows\Forms\Controls\ListBoxes\ListBox.cs (5)
1714
item.
RaiseAutomationEvent
(UIA_EVENT_ID.UIA_AutomationFocusChangedEventId);
1718
AccessibilityObject.
RaiseAutomationEvent
(UIA_EVENT_ID.UIA_AutomationFocusChangedEventId);
1876
focused?.
RaiseAutomationEvent
(UIA_EVENT_ID.UIA_SelectionItem_ElementSelectedEventId);
1879
focused?.
RaiseAutomationEvent
(UIA_EVENT_ID.UIA_AutomationFocusChangedEventId);
1883
AccessibilityObject?.GetChild(Items.Count - 1)?.
RaiseAutomationEvent
(UIA_EVENT_ID.UIA_AutomationFocusChangedEventId);
System\Windows\Forms\Controls\ListBoxes\ListBox.ItemAccessibleObject.cs (3)
253
RaiseAutomationEvent
(UIA_EVENT_ID.UIA_AutomationFocusChangedEventId);
254
RaiseAutomationEvent
(UIA_EVENT_ID.UIA_SelectionItem_ElementSelectedEventId);
264
RaiseAutomationEvent
(UIA_EVENT_ID.UIA_AutomationFocusChangedEventId);
System\Windows\Forms\Controls\ListView\ListView.cs (3)
4773
focusedAccessibleObject.
RaiseAutomationEvent
(UIA_EVENT_ID.UIA_AutomationFocusChangedEventId);
4921
firstSelectedItem.AccessibilityObject.
RaiseAutomationEvent
(UIA_EVENT_ID.UIA_AutomationFocusChangedEventId);
6005
accessibilityObject?.
RaiseAutomationEvent
(UIA_EVENT_ID.UIA_AutomationFocusChangedEventId);
System\Windows\Forms\Controls\ListView\ListViewGroup.ListViewGroupAccessibleObject.cs (1)
311
RaiseAutomationEvent
(UIA_EVENT_ID.UIA_AutomationFocusChangedEventId);
System\Windows\Forms\Controls\ListView\ListViewItem.cs (1)
378
AccessibilityObject.
RaiseAutomationEvent
(UIA_EVENT_ID.UIA_AutomationFocusChangedEventId);
System\Windows\Forms\Controls\ListView\ListViewItem.ListViewItemBaseAccessibleObject.cs (3)
274
RaiseAutomationEvent
(UIA_EVENT_ID.UIA_AutomationFocusChangedEventId);
275
RaiseAutomationEvent
(UIA_EVENT_ID.UIA_SelectionItem_ElementSelectedEventId);
280
RaiseAutomationEvent
(UIA_EVENT_ID.UIA_AutomationFocusChangedEventId);
System\Windows\Forms\Controls\Menus\MenuStrip.cs (4)
171
AccessibilityObject.
RaiseAutomationEvent
(UIA_EVENT_ID.UIA_MenuModeStartEventId);
172
AccessibilityObject.
RaiseAutomationEvent
(UIA_EVENT_ID.UIA_MenuOpenedEventId);
189
AccessibilityObject.
RaiseAutomationEvent
(UIA_EVENT_ID.UIA_MenuClosedEventId);
190
AccessibilityObject.
RaiseAutomationEvent
(UIA_EVENT_ID.UIA_MenuModeEndEventId);
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.CalendarAccessibleObject.cs (1)
222
focusedCell.
RaiseAutomationEvent
(UIA_EVENT_ID.UIA_AutomationFocusChangedEventId);
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.CalendarBodyAccessibleObject.cs (1)
254
focusedCell.
RaiseAutomationEvent
(UIA_EVENT_ID.UIA_AutomationFocusChangedEventId);
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.CalendarRowAccessibleObject.cs (1)
206
focusedCell.
RaiseAutomationEvent
(UIA_EVENT_ID.UIA_AutomationFocusChangedEventId);
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.cs (1)
1433
((MonthCalendarAccessibleObject)AccessibilityObject).FocusedCell?.
RaiseAutomationEvent
(UIA_EVENT_ID.UIA_AutomationFocusChangedEventId);
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.MonthCalendarAccessibleObject.cs (4)
479
FocusedCell?.
RaiseAutomationEvent
(UIA_EVENT_ID.UIA_AutomationFocusChangedEventId);
503
FocusedCell?.
RaiseAutomationEvent
(automationEventId);
531
FocusedCell?.
RaiseAutomationEvent
(UIA_EVENT_ID.UIA_AutomationFocusChangedEventId);
548
=> FocusedCell?.
RaiseAutomationEvent
(UIA_EVENT_ID.UIA_AutomationFocusChangedEventId);
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.GridEntryAccessibleObject.cs (1)
415
RaiseAutomationEvent
(UIA_EVENT_ID.UIA_AutomationFocusChangedEventId);
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (2)
798
gridEntry.AccessibilityObject.
RaiseAutomationEvent
(UIA_EVENT_ID.UIA_AutomationFocusChangedEventId);
1442
gridEntry.AccessibilityObject.
RaiseAutomationEvent
(UIA_EVENT_ID.UIA_AutomationFocusChangedEventId);
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.GridViewTextBox.cs (1)
134
AccessibilityObject.
RaiseAutomationEvent
(UIA_EVENT_ID.UIA_AutomationFocusChangedEventId);
System\Windows\Forms\Controls\PropertyGrid\PropertyGridToolStripButton.PropertyGridToolStripButtonAccessibleObject.cs (1)
57
focusedAccessibleObject?.
RaiseAutomationEvent
(UIA_EVENT_ID.UIA_AutomationFocusChangedEventId);
System\Windows\Forms\Controls\TabControl\TabControl.cs (3)
1220
SelectedTab.TabAccessibilityObject.
RaiseAutomationEvent
(UIA_EVENT_ID.UIA_AutomationFocusChangedEventId);
1988
SelectedTab.TabAccessibilityObject.
RaiseAutomationEvent
(UIA_EVENT_ID.UIA_SelectionItem_ElementSelectedEventId);
1994
SelectedTab.TabAccessibilityObject.
RaiseAutomationEvent
(UIA_EVENT_ID.UIA_AutomationFocusChangedEventId);
System\Windows\Forms\Controls\TextBox\MaskedTextBox.cs (2)
2037
AccessibilityObject?.
RaiseAutomationEvent
(UIA_EVENT_ID.UIA_Text_TextSelectionChangedEventId);
2082
AccessibilityObject.
RaiseAutomationEvent
(UIA_EVENT_ID.UIA_Text_TextSelectionChangedEventId);
System\Windows\Forms\Controls\TextBox\TextBox.cs (2)
656
AccessibilityObject.
RaiseAutomationEvent
(UIA_EVENT_ID.UIA_Text_TextSelectionChangedEventId);
670
AccessibilityObject.
RaiseAutomationEvent
(UIA_EVENT_ID.UIA_Text_TextSelectionChangedEventId);
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (2)
1552
AccessibilityObject.
RaiseAutomationEvent
(UIA_EVENT_ID.UIA_Text_TextChangedEventId);
1759
AccessibilityObject.
RaiseAutomationEvent
(end == 0
System\Windows\Forms\Controls\ToolStrips\ToolStripItem.ToolStripItemAccessibleObject.cs (1)
450
RaiseAutomationEvent
(UIA_EVENT_ID.UIA_AutomationFocusChangedEventId);
System\Windows\Forms\Controls\ToolStrips\ToolStripStatusLabel.ToolStripStatusLabelAccessibleObject.cs (1)
26
return
RaiseAutomationEvent
(UIA_EVENT_ID.UIA_LiveRegionChangedEventId);
System\Windows\Forms\Controls\TrackBar\TrackBar.cs (1)
986
AccessibilityObject.
RaiseAutomationEvent
(UIA_EVENT_ID.UIA_AutomationPropertyChangedEventId);
System\Windows\Forms\Controls\TreeView\TreeView.cs (5)
2104
e.Node.AccessibilityObject?.
RaiseAutomationEvent
(UIA_EVENT_ID.UIA_AutomationFocusChangedEventId);
2222
nodeAccessibleObject.
RaiseAutomationEvent
(UIA_EVENT_ID.UIA_AutomationFocusChangedEventId);
2223
nodeAccessibleObject.
RaiseAutomationEvent
(UIA_EVENT_ID.UIA_SelectionItem_ElementSelectedEventId);
3096
SelectedNode?.AccessibilityObject?.
RaiseAutomationEvent
(UIA_EVENT_ID.UIA_AutomationFocusChangedEventId);
3455
SelectedNode?.AccessibilityObject?.
RaiseAutomationEvent
(UIA_EVENT_ID.UIA_AutomationFocusChangedEventId);
System\Windows\Forms\Controls\UpDown\UpDownBase.UpDownEdit.cs (3)
32
AccessibilityObject.
RaiseAutomationEvent
(UIA_EVENT_ID.UIA_Text_TextChangedEventId);
57
AccessibilityObject.
RaiseAutomationEvent
(UIA_EVENT_ID.UIA_Text_TextSelectionChangedEventId);
109
AccessibilityObject.
RaiseAutomationEvent
(UIA_EVENT_ID.UIA_Text_TextSelectionChangedEventId);
System\Windows\Forms\Form.cs (1)
4202
AccessibilityObject.
RaiseAutomationEvent
(UIA_EVENT_ID.UIA_AutomationFocusChangedEventId);
System.Windows.Forms.Tests (3)
System\Windows\Forms\AccessibleObjects\TabPage.TabAccessibleObjectTests.cs (1)
1153
return base.
RaiseAutomationEvent
(eventId);
System\Windows\Forms\ComboBoxTests.cs (1)
2807
return base.
RaiseAutomationEvent
(eventId);
System\Windows\Forms\ListViewTests.cs (1)
6093
return base.
RaiseAutomationEvent
(eventId);