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)
41internal override bool IsPatternSupported(UIA_PATTERN_ID patternId)
System\Windows\Forms\Controls\DataGridView\DataGridView.AccessibleObject.cs (1)
266internal override bool IsPatternSupported(UIA_PATTERN_ID patternId)
System\Windows\Forms\Controls\DateTimePicker\DateTimePicker.DateTimePickerAccessibleObject.cs (1)
88internal override bool IsPatternSupported(UIA_PATTERN_ID patternId)
System\Windows\Forms\Controls\ListBoxes\ListBox.AccessibleObject.cs (1)
123internal override bool IsPatternSupported(UIA_PATTERN_ID patternId)
System\Windows\Forms\Controls\ListView\ListView.ListViewAccessibleObject.cs (1)
347internal override bool IsPatternSupported(UIA_PATTERN_ID patternId) =>
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.MonthCalendarAccessibleObject.cs (1)
462internal override bool IsPatternSupported(UIA_PATTERN_ID patternId)
System\Windows\Forms\Controls\ProgressBar\ProgressBar.ProgressBarAccessibleObject.cs (1)
19internal override bool IsPatternSupported(UIA_PATTERN_ID patternId) => patternId switch
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\DetailsButton.DetailsButtonAccessibleObject.cs (1)
31internal override bool IsPatternSupported(UIA_PATTERN_ID patternId)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.PropertyGridViewAccessibleObject.cs (1)
70internal override bool IsPatternSupported(UIA_PATTERN_ID patternId)
System\Windows\Forms\Controls\TabControl\TabControl.TabControlAccessibleObject.cs (1)
144internal override bool IsPatternSupported(UIA_PATTERN_ID patternId)
System\Windows\Forms\Controls\TabControl\TabPage.TabPageAccessibleObject.cs (1)
75internal override bool IsPatternSupported(UIA_PATTERN_ID patternId)
System\Windows\Forms\Controls\TextBox\TextBoxBase.TextBoxBaseAccessibleObject.cs (1)
48internal override bool IsPatternSupported(UIA_PATTERN_ID patternId)
System\Windows\Forms\Controls\ToolStrips\ToolStripControlHost.ToolStripHostedControlAccessibleObject.cs (1)
64internal override bool IsPatternSupported(UIA_PATTERN_ID patternId)
System\Windows\Forms\Controls\TrackBar\TrackBar.TrackBarAccessibleObject.cs (1)
163internal override bool IsPatternSupported(UIA_PATTERN_ID patternId)
System\Windows\Forms\Controls\TreeView\TreeView.TreeViewAccessibleObject.cs (1)
100internal override bool IsPatternSupported(UIA_PATTERN_ID patternId)
System\Windows\Forms\Printing\PrintPreviewControl.PrintPreviewControlAccessibleObject.cs (1)
60internal override bool IsPatternSupported(UIA_PATTERN_ID patternId)
System\Windows\Forms\Scrolling\ScrollBar.ScrollBarAccessibleObject.cs (1)
181internal 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)
269base.IsPatternSupported(patternId);
System\Windows\Forms\Controls\DateTimePicker\DateTimePicker.DateTimePickerAccessibleObject.cs (1)
94_ => base.IsPatternSupported(patternId)
System\Windows\Forms\Controls\ListBoxes\ListBox.AccessibleObject.cs (1)
126base.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)
71return 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)