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