24 overrides of IsPatternSupported
System.Windows.Forms (24)
System\Windows\Forms\Accessibility\Control.ControlAccessibleObject.cs (1)
501
internal override bool
IsPatternSupported
(UIA_PATTERN_ID patternId)
System\Windows\Forms\Accessibility\LabelEditAccessibleObject.cs (1)
59
internal override bool
IsPatternSupported
(UIA_PATTERN_ID patternId) => patternId switch
System\Windows\Forms\Controls\ComboBox\ComboBox.ComboBoxChildDropDownButtonUiaProvider.cs (1)
94
internal override bool
IsPatternSupported
(UIA_PATTERN_ID patternId) => patternId switch
System\Windows\Forms\Controls\ComboBox\ComboBox.ComboBoxChildEditUiaProvider.cs (1)
95
internal override bool
IsPatternSupported
(UIA_PATTERN_ID patternId) =>
System\Windows\Forms\Controls\ComboBox\ComboBox.ComboBoxChildListUiaProvider.cs (1)
173
internal override bool
IsPatternSupported
(UIA_PATTERN_ID patternId) => patternId switch
System\Windows\Forms\Controls\ComboBox\ComboBox.ComboBoxItemAccessibleObject.cs (1)
129
internal override bool
IsPatternSupported
(UIA_PATTERN_ID patternId)
System\Windows\Forms\Controls\DataGridView\DataGridView.TopRowAccessibleObject.cs (1)
235
internal override bool
IsPatternSupported
(UIA_PATTERN_ID patternId)
System\Windows\Forms\Controls\DataGridView\DataGridViewCell.DataGridViewCellAccessibleObject.cs (1)
696
internal override bool
IsPatternSupported
(UIA_PATTERN_ID patternId)
System\Windows\Forms\Controls\DataGridView\DataGridViewRow.DataGridViewRowAccessibleObject.cs (1)
472
internal override bool
IsPatternSupported
(UIA_PATTERN_ID patternId)
System\Windows\Forms\Controls\Labels\LinkLabel.Link.LinkAccessibleObject.cs (1)
101
internal override bool
IsPatternSupported
(UIA_PATTERN_ID patternId)
System\Windows\Forms\Controls\ListBoxes\ListBox.ItemAccessibleObject.cs (1)
175
internal override bool
IsPatternSupported
(UIA_PATTERN_ID patternId) => patternId switch
System\Windows\Forms\Controls\ListView\ListViewGroup.ListViewGroupAccessibleObject.cs (1)
299
internal override bool
IsPatternSupported
(UIA_PATTERN_ID patternId)
System\Windows\Forms\Controls\ListView\ListViewItem.ListViewItemBaseAccessibleObject.cs (1)
237
internal override bool
IsPatternSupported
(UIA_PATTERN_ID patternId)
System\Windows\Forms\Controls\ListView\ListViewItem.ListViewSubItem.ListViewSubItemAccessibleObject.cs (1)
146
internal override bool
IsPatternSupported
(UIA_PATTERN_ID patternId)
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.MonthCalendarChildAccessibleObject.cs (1)
36
internal override bool
IsPatternSupported
(UIA_PATTERN_ID patternId)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.GridEntryAccessibleObject.cs (1)
365
internal override bool
IsPatternSupported
(UIA_PATTERN_ID patternId)
System\Windows\Forms\Controls\TabControl\TabPage.TabAccessibleObject.cs (1)
131
internal override bool
IsPatternSupported
(UIA_PATTERN_ID patternId)
System\Windows\Forms\Controls\ToolStrips\ToolStripItem.ToolStripItemAccessibleObject.cs (1)
433
internal override bool
IsPatternSupported
(UIA_PATTERN_ID patternId)
System\Windows\Forms\Controls\TrackBar\TrackBar.TrackBarChildAccessibleObject.cs (1)
82
internal override bool
IsPatternSupported
(UIA_PATTERN_ID patternId)
System\Windows\Forms\Controls\TreeView\TreeNode.TreeNodeAccessibleObject.cs (1)
124
internal override bool
IsPatternSupported
(UIA_PATTERN_ID patternId)
System\Windows\Forms\Controls\UpDown\UpDownBase.UpDownButtons.UpDownButtonsAccessibleObject.DirectionButtonAccessibleObject.cs (1)
82
internal override bool
IsPatternSupported
(UIA_PATTERN_ID patternId)
System\Windows\Forms\ErrorProvider\ErrorProvider.ControlItem.ControlItemAccessibleObject.cs (1)
96
internal override bool
IsPatternSupported
(UIA_PATTERN_ID patternId)
System\Windows\Forms\ErrorProvider\ErrorProvider.ErrorWindow.ErrorWindowAccessibleObject.cs (1)
90
internal override bool
IsPatternSupported
(UIA_PATTERN_ID patternId)
System\Windows\Forms\Scrolling\ScrollBar.ScrollBarChildAccessibleObject.cs (1)
99
internal override bool
IsPatternSupported
(UIA_PATTERN_ID patternId)
24 references to IsPatternSupported
System.Windows.Forms (24)
System\Windows\Forms\Accessibility\AccessibleObject.cs (1)
1000
if (
IsPatternSupported
(patternId))
System\Windows\Forms\Accessibility\Control.ControlAccessibleObject.cs (1)
503
|| base.
IsPatternSupported
(patternId);
System\Windows\Forms\Accessibility\LabelEditAccessibleObject.cs (1)
65
_ => base.
IsPatternSupported
(patternId),
System\Windows\Forms\Controls\ComboBox\ComboBox.ComboBoxChildDropDownButtonUiaProvider.cs (1)
97
_ => base.
IsPatternSupported
(patternId)
System\Windows\Forms\Controls\ComboBox\ComboBox.ComboBoxChildEditUiaProvider.cs (1)
101
_ => base.
IsPatternSupported
(patternId)
System\Windows\Forms\Controls\ComboBox\ComboBox.ComboBoxChildListUiaProvider.cs (1)
176
_ => base.
IsPatternSupported
(patternId),
System\Windows\Forms\Controls\ComboBox\ComboBox.ComboBoxItemAccessibleObject.cs (1)
137
_ => base.
IsPatternSupported
(patternId),
System\Windows\Forms\Controls\DataGridView\DataGridView.TopRowAccessibleObject.cs (1)
242
return base.
IsPatternSupported
(patternId);
System\Windows\Forms\Controls\DataGridView\DataGridViewCell.DataGridViewCellAccessibleObject.cs (1)
712
return base.
IsPatternSupported
(patternId);
System\Windows\Forms\Controls\Labels\LinkLabel.Link.LinkAccessibleObject.cs (1)
108
return base.
IsPatternSupported
(patternId);
System\Windows\Forms\Controls\ListBoxes\ListBox.ItemAccessibleObject.cs (1)
180
_ => base.
IsPatternSupported
(patternId),
System\Windows\Forms\Controls\ListView\ListViewGroup.ListViewGroupAccessibleObject.cs (1)
304
_ => base.
IsPatternSupported
(patternId),
System\Windows\Forms\Controls\ListView\ListViewItem.ListViewItemBaseAccessibleObject.cs (1)
245
_ => base.
IsPatternSupported
(patternId)
System\Windows\Forms\Controls\ListView\ListViewItem.ListViewSubItem.ListViewSubItemAccessibleObject.cs (1)
153
return base.
IsPatternSupported
(patternId);
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.MonthCalendarChildAccessibleObject.cs (1)
40
_ => base.
IsPatternSupported
(patternId)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.GridEntryAccessibleObject.cs (1)
401
return base.
IsPatternSupported
(patternId);
System\Windows\Forms\Controls\TabControl\TabPage.TabAccessibleObject.cs (1)
139
_ => base.
IsPatternSupported
(patternId)
System\Windows\Forms\Controls\ToolStrips\ToolStripItem.ToolStripItemAccessibleObject.cs (1)
440
return base.
IsPatternSupported
(patternId);
System\Windows\Forms\Controls\TrackBar\TrackBar.TrackBarChildAccessibleObject.cs (1)
87
_ => base.
IsPatternSupported
(patternId)
System\Windows\Forms\Controls\TreeView\TreeNode.TreeNodeAccessibleObject.cs (1)
133
_ => base.
IsPatternSupported
(patternId),
System\Windows\Forms\Controls\UpDown\UpDownBase.UpDownButtons.UpDownButtonsAccessibleObject.DirectionButtonAccessibleObject.cs (1)
86
base.
IsPatternSupported
(patternId);
System\Windows\Forms\ErrorProvider\ErrorProvider.ControlItem.ControlItemAccessibleObject.cs (1)
103
return base.
IsPatternSupported
(patternId);
System\Windows\Forms\ErrorProvider\ErrorProvider.ErrorWindow.ErrorWindowAccessibleObject.cs (1)
97
return base.
IsPatternSupported
(patternId);
System\Windows\Forms\Scrolling\ScrollBar.ScrollBarChildAccessibleObject.cs (1)
103
_ => base.
IsPatternSupported
(patternId)