Base:
method
IsPatternSupported
System.Windows.Forms.AccessibleObject.IsPatternSupported(System.Int32)
1 override of IsPatternSupported
System.Windows.Forms (1)
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyDescriptorGridEntry.cs (1)
1126
internal override bool
IsPatternSupported
(int patternId) {
2 references to IsPatternSupported
System.Windows.Forms (2)
winforms\Managed\System\WinForms\PropertyGridInternal\GridEntry.cs (1)
2866
return (Object)
IsPatternSupported
(NativeMethods.UIA_ExpandCollapsePatternId);
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyDescriptorGridEntry.cs (1)
1133
return base.
IsPatternSupported
(patternId);