29 references to GetOwnerAccessibleRole
System.Windows.Forms (29)
System\Windows\Forms\Controls\ComboBox\ComboBox.ComboBoxAccessibleObject.cs (1)
119
this.
GetOwnerAccessibleRole
() == AccessibleRole.Default
System\Windows\Forms\Controls\DataGridView\DataGridView.AccessibleObject.cs (1)
50
public override AccessibleRole Role => this.
GetOwnerAccessibleRole
(AccessibleRole.Table);
System\Windows\Forms\Controls\DataGridView\DataGridView.DataGridViewEditingPanelAccessibleObject.cs (1)
80
UIA_PROPERTY_ID.UIA_ControlTypePropertyId => this.
GetOwnerAccessibleRole
() == AccessibleRole.Default
System\Windows\Forms\Controls\DataGridView\DataGridViewTextBoxEditingControl.DataGridViewTextBoxEditingControlAccessibleObject.cs (1)
65
UIA_PROPERTY_ID.UIA_ControlTypePropertyId when this.
GetOwnerAccessibleRole
() == AccessibleRole.Default
System\Windows\Forms\Controls\DateTimePicker\DateTimePicker.DateTimePickerAccessibleObject.cs (2)
72
public override AccessibleRole Role => this.
GetOwnerAccessibleRole
(AccessibleRole.ComboBox);
79
UIA_PROPERTY_ID.UIA_LocalizedControlTypePropertyId when this.
GetOwnerAccessibleRole
() == AccessibleRole.Default
System\Windows\Forms\Controls\GroupBox\GroupBox.GroupBoxAccessibleObject.cs (1)
17
public override AccessibleRole Role => this.
GetOwnerAccessibleRole
(AccessibleRole.Grouping);
System\Windows\Forms\Controls\Labels\Label.LabelAccessibleObject.cs (1)
14
public override AccessibleRole Role => this.
GetOwnerAccessibleRole
(AccessibleRole.StaticText);
System\Windows\Forms\Controls\ListBoxes\ListBox.AccessibleObject.cs (1)
103
UIA_PROPERTY_ID.UIA_ControlTypePropertyId => this.
GetOwnerAccessibleRole
() == AccessibleRole.Default
System\Windows\Forms\Controls\ListView\ListView.ListViewAccessibleObject.cs (1)
229
this.
GetOwnerAccessibleRole
() == AccessibleRole.Default
System\Windows\Forms\Controls\Menus\MenuStrip.MenuStripAccessibleObject.cs (1)
18
public override AccessibleRole Role => this.
GetOwnerAccessibleRole
(AccessibleRole.MenuBar);
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.MonthCalendarAccessibleObject.cs (1)
537
=> this.
GetOwnerAccessibleRole
(AccessibleRole.Table);
System\Windows\Forms\Controls\PictureBox\PictureBox.PictureBoxAccessibleObject.cs (1)
20
UIA_PROPERTY_ID.UIA_ControlTypePropertyId when this.
GetOwnerAccessibleRole
() == AccessibleRole.Default
System\Windows\Forms\Controls\ProgressBar\ProgressBar.ProgressBarAccessibleObject.cs (1)
28
UIA_PROPERTY_ID.UIA_ControlTypePropertyId when this.
GetOwnerAccessibleRole
() == AccessibleRole.Default
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.PropertyGridViewAccessibleObject.cs (1)
100
public override AccessibleRole Role => this.
GetOwnerAccessibleRole
(AccessibleRole.Table);
System\Windows\Forms\Controls\Splitter\Splitter.SplitterAccessibleObject.cs (1)
20
UIA_PROPERTY_ID.UIA_ControlTypePropertyId when this.
GetOwnerAccessibleRole
() == AccessibleRole.Default
System\Windows\Forms\Controls\TabControl\TabControl.TabControlAccessibleObject.cs (1)
33
public override AccessibleRole Role => this.
GetOwnerAccessibleRole
(AccessibleRole.PageTabList);
System\Windows\Forms\Controls\ToolStrips\StatusStrip.StatusStripAccessibleObject.cs (1)
16
public override AccessibleRole Role => this.
GetOwnerAccessibleRole
(AccessibleRole.StatusBar);
System\Windows\Forms\Controls\ToolStrips\ToolStrip.ToolStripAccessibleObject.cs (1)
378
public override AccessibleRole Role => this.
GetOwnerAccessibleRole
(AccessibleRole.ToolBar);
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDown.ToolStripDropDownAccessibleObject.cs (1)
59
public override AccessibleRole Role => this.
GetOwnerAccessibleRole
(AccessibleRole.MenuPopup);
System\Windows\Forms\Controls\ToolStrips\ToolStripNumericUpDown.ToolStripNumericUpDownControl.ToolStripNumericUpDownAccessibleObject.cs (1)
26
UIA_PROPERTY_ID.UIA_ControlTypePropertyId when this.
GetOwnerAccessibleRole
() == AccessibleRole.Default
System\Windows\Forms\Controls\ToolStrips\ToolStripPanel.ToolStripPanelAccessibleObject.cs (1)
17
public override AccessibleRole Role => this.
GetOwnerAccessibleRole
(AccessibleRole.Client);
System\Windows\Forms\Controls\ToolStrips\ToolStripTextBox.ToolStripTextBoxControlAccessibleObject.cs (1)
22
UIA_PROPERTY_ID.UIA_ControlTypePropertyId when this.
GetOwnerAccessibleRole
() == AccessibleRole.Default
System\Windows\Forms\Controls\TrackBar\TrackBar.TrackBarAccessibleObject.cs (2)
45
public override AccessibleRole Role => this.
GetOwnerAccessibleRole
(AccessibleRole.Slider);
153
UIA_PROPERTY_ID.UIA_ControlTypePropertyId when this.
GetOwnerAccessibleRole
() == AccessibleRole.Default
System\Windows\Forms\Controls\UpDown\UpDownBase.UpDownBaseAccessibleObject.cs (1)
34
public override AccessibleRole Role => this.
GetOwnerAccessibleRole
(AccessibleRole.SpinButton);
System\Windows\Forms\Controls\UpDown\UpDownBase.UpDownButtons.UpDownButtonsAccessibleObject.cs (1)
99
public override AccessibleRole Role => this.
GetOwnerAccessibleRole
(AccessibleRole.SpinButton);
System\Windows\Forms\Form.AccessibleObject.cs (1)
45
public override AccessibleRole Role => this.
GetOwnerAccessibleRole
(AccessibleRole.Client);
System\Windows\Forms\Scrolling\ScrollBar.ScrollBarAccessibleObject.cs (1)
144
this.
GetOwnerAccessibleRole
() == AccessibleRole.Default