11 overrides of AutomationId
System.Windows.Forms (11)
System\Windows\Forms\Accessibility\Control.ControlAccessibleObject.cs (1)
57private protected override string AutomationId
System\Windows\Forms\Controls\ComboBox\ComboBox.ComboBoxChildEditUiaProvider.cs (1)
36private protected override string AutomationId => COMBO_BOX_EDIT_AUTOMATION_ID;
System\Windows\Forms\Controls\ComboBox\ComboBox.ComboBoxChildListUiaProvider.cs (1)
30private protected override string AutomationId => COMBO_BOX_LIST_AUTOMATION_ID;
System\Windows\Forms\Controls\DataGridView\DataGridViewCell.DataGridViewCellAccessibleObject.cs (1)
628private protected override string AutomationId
System\Windows\Forms\Controls\ListView\ListViewGroup.ListViewGroupAccessibleObject.cs (1)
36private protected override string AutomationId
System\Windows\Forms\Controls\ListView\ListViewItem.ListViewItemBaseAccessibleObject.cs (1)
36private protected override string AutomationId
System\Windows\Forms\Controls\ListView\ListViewItem.ListViewSubItem.ListViewSubItemAccessibleObject.cs (1)
156private protected override string AutomationId
System\Windows\Forms\Controls\ListView\ListViewLabelEditAccessibleObject.cs (1)
34private protected override string AutomationId => LIST_VIEW_LABEL_EDIT_AUTOMATION_ID;
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.GridEntryAccessibleObject.cs (1)
26private protected override string AutomationId => GetHashCode().ToString();
System\Windows\Forms\Controls\TabControl\TabPage.TabAccessibleObject.cs (1)
21private protected override string AutomationId => _owningTabPage.Name;
System\Windows\Forms\Controls\TreeView\TreeViewLabelEditAccessibleObject.cs (1)
19private protected override string? AutomationId =>
2 references to AutomationId
System.Windows.Forms (2)
System\Windows\Forms\Accessibility\AccessibleObject.cs (2)
616UIA_PROPERTY_ID.UIA_AutomationIdPropertyId => AutomationId is null ? VARIANT.Empty : (VARIANT)AutomationId,