Base:
method
IsPatternSupported
System.Windows.Forms.AccessibleObject.IsPatternSupported(System.Int32)
2 overrides of IsPatternSupported
System.Windows.Forms (2)
winforms\Managed\System\WinForms\DataGridViewComboBoxEditingControl.cs (1)
244internal override bool IsPatternSupported(int patternId)
winforms\Managed\System\WinForms\ToolStripComboBox.cs (1)
815internal override bool IsPatternSupported(int patternId)
4 references to IsPatternSupported
System.Windows.Forms (4)
winforms\Managed\System\WinForms\ComboBox.cs (2)
4562return (object)this.IsPatternSupported(NativeMethods.UIA_ExpandCollapsePatternId); 4564return (object)this.IsPatternSupported(NativeMethods.UIA_ValuePatternId);
winforms\Managed\System\WinForms\DataGridViewComboBoxEditingControl.cs (1)
251return base.IsPatternSupported(patternId);
winforms\Managed\System\WinForms\ToolStripComboBox.cs (1)
822return base.IsPatternSupported(patternId);