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)
24
internal 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)
73
if (
IsPatternSupported
(UIA_PATTERN_ID.UIA_TogglePatternId))