Base:
method
IsPatternSupported
System.Windows.Forms.Control.ControlAccessibleObject.IsPatternSupported(Windows.Win32.UI.Accessibility.UIA_PATTERN_ID)
2 references to IsPatternSupported
System.Windows.Forms.Tests (2)
System\Windows\Forms\AccessibleObjects\TabControl.TabControlAccessibleObjectTests.cs (2)
513
Assert.True(accessibleObject.
IsPatternSupported
(UIA_PATTERN_ID.UIA_SelectionPatternId));
535
Assert.True(accessibleObject.
IsPatternSupported
(UIA_PATTERN_ID.UIA_LegacyIAccessiblePatternId));