Base:
method
IsPatternSupported
System.Windows.Forms.ToolStripItem.ToolStripItemAccessibleObject.IsPatternSupported(Windows.Win32.UI.Accessibility.UIA_PATTERN_ID)
1 override of IsPatternSupported
System.Windows.Forms (1)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridToolStripButton.PropertyGridToolStripButtonAccessibleObject.cs (1)
24internal override bool IsPatternSupported(UIA_PATTERN_ID patternId)
2 references to IsPatternSupported
System.Windows.Forms (2)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridToolStripButton.PropertyGridToolStripButtonAccessibleObject.cs (1)
29_ => base.IsPatternSupported(patternId)
System\Windows\Forms\Controls\ToolStrips\ToolStripButton.ToolStripButtonAccessibleObject.cs (1)
73if (IsPatternSupported(UIA_PATTERN_ID.UIA_TogglePatternId))