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)
1126internal override bool IsPatternSupported(int patternId) {
2 references to IsPatternSupported
System.Windows.Forms (2)
winforms\Managed\System\WinForms\PropertyGridInternal\GridEntry.cs (1)
2866return (Object)IsPatternSupported(NativeMethods.UIA_ExpandCollapsePatternId);
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyDescriptorGridEntry.cs (1)
1133return base.IsPatternSupported(patternId);