Base:
method
IsPatternSupported
System.Windows.Forms.AccessibleObject.IsPatternSupported(System.Int32)
3 overrides of IsPatternSupported
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataGridViewCheckBoxCell.cs (1)
1958internal override bool IsPatternSupported(int patternId) {
winforms\Managed\System\WinForms\DataGridViewColumnHeaderCell.cs (1)
1580internal override bool IsPatternSupported(int patternId)
winforms\Managed\System\WinForms\DataGridViewImageCell.cs (1)
1087internal override bool IsPatternSupported(int patternId)
4 references to IsPatternSupported
System.Windows.Forms (4)
winforms\Managed\System\WinForms\DataGridViewCell.cs (2)
5557return IsPatternSupported(NativeMethods.UIA_TableItemPatternId); 5561return IsPatternSupported(NativeMethods.UIA_GridItemPatternId);
winforms\Managed\System\WinForms\DataGridViewCheckBoxCell.cs (1)
1963return base.IsPatternSupported(patternId);
winforms\Managed\System\WinForms\DataGridViewImageCell.cs (1)
1094return base.IsPatternSupported(patternId);