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)
156Assert.False(accessibleObject.IsPatternSupported(UIA_PATTERN_ID.UIA_ScrollPatternId)); 159Assert.True(accessibleObject.IsPatternSupported(UIA_PATTERN_ID.UIA_ScrollPatternId)); 170Assert.False(accessibleObject.IsPatternSupported(UIA_PATTERN_ID.UIA_ScrollPatternId)); 173Assert.True(accessibleObject.IsPatternSupported(UIA_PATTERN_ID.UIA_ScrollPatternId));