22 overrides of IsPatternSupported
System.Windows.Forms (22)
winforms\Managed\System\WinForms\ComboBox.cs (4)
4513
internal override bool
IsPatternSupported
(int patternId) {
4735
internal override bool
IsPatternSupported
(int patternId) {
5341
internal override bool
IsPatternSupported
(int patternId)
5703
internal override bool
IsPatternSupported
(int patternId) {
winforms\Managed\System\WinForms\DataGridViewAccessibleObject.cs (2)
340
internal override bool
IsPatternSupported
(int patternId)
557
internal override bool
IsPatternSupported
(int patternId)
winforms\Managed\System\WinForms\DataGridViewCell.cs (1)
5567
internal override bool
IsPatternSupported
(int patternId)
winforms\Managed\System\WinForms\DataGridViewEditingControl.cs (1)
103
internal override bool
IsPatternSupported
(int patternId)
winforms\Managed\System\WinForms\DataGridViewRow.cs (1)
2397
internal override bool
IsPatternSupported
(int patternId)
winforms\Managed\System\WinForms\DataGridViewTextBoxEditingControl.cs (1)
432
internal override bool
IsPatternSupported
(int patternId)
winforms\Managed\System\WinForms\DataGridViewTopRowAccessibleObject.cs (1)
267
internal override bool
IsPatternSupported
(int patternId)
winforms\Managed\System\WinForms\DateTimePicker.cs (1)
1839
internal override bool
IsPatternSupported
(int patternId) {
winforms\Managed\System\WinForms\ListBox.cs (1)
4448
internal override bool
IsPatternSupported
(int patternId) {
winforms\Managed\System\WinForms\ProgressBar.cs (1)
937
internal override bool
IsPatternSupported
(int patternId) {
winforms\Managed\System\WinForms\PropertyGridInternal\DropDownButton.cs (1)
300
internal override bool
IsPatternSupported
(int patternId) {
winforms\Managed\System\WinForms\PropertyGridInternal\GridEntry.cs (1)
2899
internal override bool
IsPatternSupported
(int patternId) {
winforms\Managed\System\WinForms\PropertyGridInternal\GridErrorDlg.cs (1)
394
internal override bool
IsPatternSupported
(int patternId) {
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (2)
6342
internal override bool
IsPatternSupported
(int patternId) {
7013
internal override bool
IsPatternSupported
(int patternId) {
winforms\Managed\System\WinForms\ToolStripDropDownItem.cs (1)
820
internal override bool
IsPatternSupported
(int patternId) {
winforms\Managed\System\WinForms\ToolStripSplitButton.cs (1)
830
internal override bool
IsPatternSupported
(int patternId) {
winforms\Managed\System\WinForms\ToolStripTextBox.cs (1)
945
internal override bool
IsPatternSupported
(int patternId) {
21 references to IsPatternSupported
System.Windows.Forms (21)
winforms\Managed\System\WinForms\AccessibleObject.cs (1)
975
if (
IsPatternSupported
(patternId)) {
winforms\Managed\System\WinForms\ComboBox.cs (4)
4534
return base.
IsPatternSupported
(patternId);
4742
return base.
IsPatternSupported
(patternId);
5348
return base.
IsPatternSupported
(patternId);
5709
return base.
IsPatternSupported
(patternId);
winforms\Managed\System\WinForms\DataGridViewAccessibleObject.cs (1)
348
return base.
IsPatternSupported
(patternId);
winforms\Managed\System\WinForms\DataGridViewCell.cs (1)
5585
return base.
IsPatternSupported
(patternId);
winforms\Managed\System\WinForms\DataGridViewEditingControl.cs (1)
114
return base.
IsPatternSupported
(patternId);
winforms\Managed\System\WinForms\DataGridViewTextBoxEditingControl.cs (1)
439
return base.
IsPatternSupported
(patternId);
winforms\Managed\System\WinForms\DataGridViewTopRowAccessibleObject.cs (1)
274
return base.
IsPatternSupported
(patternId);
winforms\Managed\System\WinForms\DateTimePicker.cs (1)
1844
return base.
IsPatternSupported
(patternId);
winforms\Managed\System\WinForms\ListBox.cs (1)
4453
return base.
IsPatternSupported
(patternId);
winforms\Managed\System\WinForms\ProgressBar.cs (1)
943
return base.
IsPatternSupported
(patternId);
winforms\Managed\System\WinForms\PropertyGridInternal\DropDownButton.cs (1)
305
return base.
IsPatternSupported
(patternId);
winforms\Managed\System\WinForms\PropertyGridInternal\GridErrorDlg.cs (1)
399
return base.
IsPatternSupported
(patternId);
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (2)
6348
return base.
IsPatternSupported
(patternId);
7018
return base.
IsPatternSupported
(patternId);
winforms\Managed\System\WinForms\ToolStripDropDownItem.cs (1)
825
return base.
IsPatternSupported
(patternId);
winforms\Managed\System\WinForms\ToolStripItem.cs (1)
4169
return (Object)this.
IsPatternSupported
(NativeMethods.UIA_ExpandCollapsePatternId);
winforms\Managed\System\WinForms\ToolStripSplitButton.cs (1)
835
return base.
IsPatternSupported
(patternId);
winforms\Managed\System\WinForms\ToolStripTextBox.cs (1)
950
return base.
IsPatternSupported
(patternId);