47 references to UIA_AutomationFocusChangedEventId
System.Windows.Forms (45)
System\Windows\Forms\Controls\ComboBox\ComboBox.ComboBoxAccessibleObject.cs (1)
195
RaiseAutomationEvent(UIA_EVENT_ID.
UIA_AutomationFocusChangedEventId
);
System\Windows\Forms\Controls\ComboBox\ComboBox.ComboBoxItemAccessibleObject.cs (1)
190
RaiseAutomationEvent(UIA_EVENT_ID.
UIA_AutomationFocusChangedEventId
);
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (1)
2890
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)
1094
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 (4)
1712
item.RaiseAutomationEvent(UIA_EVENT_ID.
UIA_AutomationFocusChangedEventId
);
1716
AccessibilityObject.RaiseAutomationEvent(UIA_EVENT_ID.
UIA_AutomationFocusChangedEventId
);
1877
focused?.RaiseAutomationEvent(UIA_EVENT_ID.
UIA_AutomationFocusChangedEventId
);
1881
AccessibilityObject?.GetChild(Items.Count - 1)?.RaiseAutomationEvent(UIA_EVENT_ID.
UIA_AutomationFocusChangedEventId
);
System\Windows\Forms\Controls\ListBoxes\ListBox.ItemAccessibleObject.cs (2)
253
RaiseAutomationEvent(UIA_EVENT_ID.
UIA_AutomationFocusChangedEventId
);
264
RaiseAutomationEvent(UIA_EVENT_ID.
UIA_AutomationFocusChangedEventId
);
System\Windows\Forms\Controls\ListView\ListView.cs (3)
4766
focusedAccessibleObject.RaiseAutomationEvent(UIA_EVENT_ID.
UIA_AutomationFocusChangedEventId
);
4914
firstSelectedItem.AccessibilityObject.RaiseAutomationEvent(UIA_EVENT_ID.
UIA_AutomationFocusChangedEventId
);
5996
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 (2)
274
RaiseAutomationEvent(UIA_EVENT_ID.
UIA_AutomationFocusChangedEventId
);
280
RaiseAutomationEvent(UIA_EVENT_ID.
UIA_AutomationFocusChangedEventId
);
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 (2)
1427
((MonthCalendarAccessibleObject)AccessibilityObject).FocusedCell?.RaiseAutomationEvent(UIA_EVENT_ID.
UIA_AutomationFocusChangedEventId
);
2085
calendarAccessibleObject.RaiseAutomationEventForChild(UIA_EVENT_ID.
UIA_AutomationFocusChangedEventId
);
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.MonthCalendarAccessibleObject.cs (3)
479
FocusedCell?.RaiseAutomationEvent(UIA_EVENT_ID.
UIA_AutomationFocusChangedEventId
);
531
FocusedCell?.RaiseAutomationEvent(UIA_EVENT_ID.
UIA_AutomationFocusChangedEventId
);
548
=> FocusedCell?.RaiseAutomationEvent(UIA_EVENT_ID.
UIA_AutomationFocusChangedEventId
);
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\DropDownButton.DropDownButtonAccessibleObject.cs (1)
94
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)
821
gridEntry.AccessibilityObject.RaiseAutomationEvent(UIA_EVENT_ID.
UIA_AutomationFocusChangedEventId
);
1465
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 (2)
1218
SelectedTab.TabAccessibilityObject.RaiseAutomationEvent(UIA_EVENT_ID.
UIA_AutomationFocusChangedEventId
);
1990
SelectedTab.TabAccessibilityObject.RaiseAutomationEvent(UIA_EVENT_ID.
UIA_AutomationFocusChangedEventId
);
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (1)
1754
? UIA_EVENT_ID.
UIA_AutomationFocusChangedEventId
System\Windows\Forms\Controls\TextBox\TextBoxBase.TextBoxBaseAccessibleObject.cs (1)
84
RaiseAutomationEvent(UIA_EVENT_ID.
UIA_AutomationFocusChangedEventId
);
System\Windows\Forms\Controls\ToolStrips\ToolStripItem.ToolStripItemAccessibleObject.cs (1)
450
RaiseAutomationEvent(UIA_EVENT_ID.
UIA_AutomationFocusChangedEventId
);
System\Windows\Forms\Controls\TreeView\TreeView.cs (4)
2097
e.Node.AccessibilityObject?.RaiseAutomationEvent(UIA_EVENT_ID.
UIA_AutomationFocusChangedEventId
);
2215
nodeAccessibleObject.RaiseAutomationEvent(UIA_EVENT_ID.
UIA_AutomationFocusChangedEventId
);
3083
SelectedNode?.AccessibilityObject?.RaiseAutomationEvent(UIA_EVENT_ID.
UIA_AutomationFocusChangedEventId
);
3442
SelectedNode?.AccessibilityObject?.RaiseAutomationEvent(UIA_EVENT_ID.
UIA_AutomationFocusChangedEventId
);
System\Windows\Forms\Form.cs (2)
3297
accessibleObject.RaiseAutomationEvent(UIA_EVENT_ID.
UIA_AutomationFocusChangedEventId
);
4178
AccessibilityObject.RaiseAutomationEvent(UIA_EVENT_ID.
UIA_AutomationFocusChangedEventId
);
System.Windows.Forms.Tests (2)
System\Windows\Forms\AccessibleObjects\Form.FormAccessibleObjectTests.cs (1)
225
if (eventId == UIA_EVENT_ID.
UIA_AutomationFocusChangedEventId
)
System\Windows\Forms\AccessibleObjects\TabPage.TabAccessibleObjectTests.cs (1)
1146
case UIA_EVENT_ID.
UIA_AutomationFocusChangedEventId
: