Base:
method
IsPatternSupported
System.Windows.Forms.Control.ControlAccessibleObject.IsPatternSupported(Windows.Win32.UI.Accessibility.UIA_PATTERN_ID)
1 override of IsPatternSupported
System.Windows.Forms (1)
System\Windows\Forms\Controls\ToolStrips\ToolStripNumericUpDown.ToolStripNumericUpDownControl.ToolStripNumericUpDownAccessibleObject.cs (1)
31internal override bool IsPatternSupported(UIA_PATTERN_ID patternId)
3 references to IsPatternSupported
System.Windows.Forms (1)
System\Windows\Forms\Controls\ToolStrips\ToolStripNumericUpDown.ToolStripNumericUpDownControl.ToolStripNumericUpDownAccessibleObject.cs (1)
32=> patternId == UIA_PATTERN_ID.UIA_ValuePatternId || base.IsPatternSupported(patternId);
System.Windows.Forms.Tests (2)
System\Windows\Forms\AccessibleObjects\ToolStripControlHost.ToolStripHostedControlAccessibleObjectTests.cs (2)
141bool result = accessibleObject.IsPatternSupported(UIA_PATTERN_ID.UIA_ValuePatternId); 152bool actual = accessibleObject.IsPatternSupported((UIA_PATTERN_ID)99999);