Base:
method
IsPatternSupported
System.Windows.Forms.AccessibleObject.IsPatternSupported(Windows.Win32.UI.Accessibility.UIA_PATTERN_ID)
17 overrides of IsPatternSupported
System.Windows.Forms (17)
System\Windows\Forms\Controls\ComboBox\ComboBox.ComboBoxAccessibleObject.cs (1)
41
internal override bool
IsPatternSupported
(UIA_PATTERN_ID patternId)
System\Windows\Forms\Controls\DataGridView\DataGridView.AccessibleObject.cs (1)
266
internal override bool
IsPatternSupported
(UIA_PATTERN_ID patternId)
System\Windows\Forms\Controls\DateTimePicker\DateTimePicker.DateTimePickerAccessibleObject.cs (1)
88
internal override bool
IsPatternSupported
(UIA_PATTERN_ID patternId)
System\Windows\Forms\Controls\ListBoxes\ListBox.AccessibleObject.cs (1)
123
internal override bool
IsPatternSupported
(UIA_PATTERN_ID patternId)
System\Windows\Forms\Controls\ListView\ListView.ListViewAccessibleObject.cs (1)
347
internal override bool
IsPatternSupported
(UIA_PATTERN_ID patternId) =>
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.MonthCalendarAccessibleObject.cs (1)
462
internal override bool
IsPatternSupported
(UIA_PATTERN_ID patternId)
System\Windows\Forms\Controls\ProgressBar\ProgressBar.ProgressBarAccessibleObject.cs (1)
19
internal override bool
IsPatternSupported
(UIA_PATTERN_ID patternId) => patternId switch
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\DetailsButton.DetailsButtonAccessibleObject.cs (1)
31
internal override bool
IsPatternSupported
(UIA_PATTERN_ID patternId)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.PropertyGridViewAccessibleObject.cs (1)
70
internal override bool
IsPatternSupported
(UIA_PATTERN_ID patternId)
System\Windows\Forms\Controls\TabControl\TabControl.TabControlAccessibleObject.cs (1)
144
internal override bool
IsPatternSupported
(UIA_PATTERN_ID patternId)
System\Windows\Forms\Controls\TabControl\TabPage.TabPageAccessibleObject.cs (1)
75
internal override bool
IsPatternSupported
(UIA_PATTERN_ID patternId)
System\Windows\Forms\Controls\TextBox\TextBoxBase.TextBoxBaseAccessibleObject.cs (1)
48
internal override bool
IsPatternSupported
(UIA_PATTERN_ID patternId)
System\Windows\Forms\Controls\ToolStrips\ToolStripControlHost.ToolStripHostedControlAccessibleObject.cs (1)
64
internal override bool
IsPatternSupported
(UIA_PATTERN_ID patternId)
System\Windows\Forms\Controls\TrackBar\TrackBar.TrackBarAccessibleObject.cs (1)
163
internal override bool
IsPatternSupported
(UIA_PATTERN_ID patternId)
System\Windows\Forms\Controls\TreeView\TreeView.TreeViewAccessibleObject.cs (1)
100
internal override bool
IsPatternSupported
(UIA_PATTERN_ID patternId)
System\Windows\Forms\Printing\PrintPreviewControl.PrintPreviewControlAccessibleObject.cs (1)
60
internal override bool
IsPatternSupported
(UIA_PATTERN_ID patternId)
System\Windows\Forms\Scrolling\ScrollBar.ScrollBarAccessibleObject.cs (1)
181
internal override bool
IsPatternSupported
(UIA_PATTERN_ID patternId)
17 references to IsPatternSupported
System.Windows.Forms (17)
System\Windows\Forms\Controls\ComboBox\ComboBox.ComboBoxAccessibleObject.cs (1)
44
: patternId == UIA_PATTERN_ID.UIA_ValuePatternId || base.
IsPatternSupported
(patternId);
System\Windows\Forms\Controls\DataGridView\DataGridView.AccessibleObject.cs (1)
269
base.
IsPatternSupported
(patternId);
System\Windows\Forms\Controls\DateTimePicker\DateTimePicker.DateTimePickerAccessibleObject.cs (1)
94
_ => base.
IsPatternSupported
(patternId)
System\Windows\Forms\Controls\ListBoxes\ListBox.AccessibleObject.cs (1)
126
base.
IsPatternSupported
(patternId);
System\Windows\Forms\Controls\ListView\ListView.ListViewAccessibleObject.cs (1)
353
|| base.
IsPatternSupported
(patternId));
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.MonthCalendarAccessibleObject.cs (1)
468
_ => base.
IsPatternSupported
(patternId)
System\Windows\Forms\Controls\ProgressBar\ProgressBar.ProgressBarAccessibleObject.cs (1)
22
_ => base.
IsPatternSupported
(patternId),
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\DetailsButton.DetailsButtonAccessibleObject.cs (1)
32
=> patternId == UIA_PATTERN_ID.UIA_ExpandCollapsePatternId || base.
IsPatternSupported
(patternId);
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.PropertyGridViewAccessibleObject.cs (1)
75
_ => base.
IsPatternSupported
(patternId)
System\Windows\Forms\Controls\TabControl\TabControl.TabControlAccessibleObject.cs (1)
150
_ => base.
IsPatternSupported
(patternId)
System\Windows\Forms\Controls\TabControl\TabPage.TabPageAccessibleObject.cs (1)
79
_ => base.
IsPatternSupported
(patternId)
System\Windows\Forms\Controls\TextBox\TextBoxBase.TextBoxBaseAccessibleObject.cs (1)
54
_ => base.
IsPatternSupported
(patternId)
System\Windows\Forms\Controls\ToolStrips\ToolStripControlHost.ToolStripHostedControlAccessibleObject.cs (1)
71
return base.
IsPatternSupported
(patternId);
System\Windows\Forms\Controls\TrackBar\TrackBar.TrackBarAccessibleObject.cs (1)
168
_ => base.
IsPatternSupported
(patternId)
System\Windows\Forms\Controls\TreeView\TreeView.TreeViewAccessibleObject.cs (1)
105
_ => base.
IsPatternSupported
(patternId),
System\Windows\Forms\Printing\PrintPreviewControl.PrintPreviewControlAccessibleObject.cs (1)
65
_ => base.
IsPatternSupported
(patternId)
System\Windows\Forms\Scrolling\ScrollBar.ScrollBarAccessibleObject.cs (1)
186
_ => base.
IsPatternSupported
(patternId)