Base:
method
IsPatternSupported
System.Windows.Forms.Control.ControlAccessibleObject.IsPatternSupported(Windows.Win32.UI.Accessibility.UIA_PATTERN_ID)
4 references to IsPatternSupported
System.Windows.Forms.Tests (4)
System\Windows\Forms\Printing\PrintPreviewControl.PrintPreviewControlAccessibilityObjectTests.cs (4)
156
Assert.False(accessibleObject.
IsPatternSupported
(UIA_PATTERN_ID.UIA_ScrollPatternId));
159
Assert.True(accessibleObject.
IsPatternSupported
(UIA_PATTERN_ID.UIA_ScrollPatternId));
170
Assert.False(accessibleObject.
IsPatternSupported
(UIA_PATTERN_ID.UIA_ScrollPatternId));
173
Assert.True(accessibleObject.
IsPatternSupported
(UIA_PATTERN_ID.UIA_ScrollPatternId));