1 implementation of VerticallyScrollable
System.Windows.Forms (1)
System\Windows\Forms\Printing\PrintPreviewControl.PrintPreviewControlAccessibleObject.cs (1)
212BOOL IScrollProvider.Interface.VerticallyScrollable =>
3 references to VerticallyScrollable
System.Windows.Forms.Primitives (1)
Windows.Win32.IScrollProvider.g.cs (1)
312 *pRetVal = __object.VerticallyScrollable;
System.Windows.Forms.Tests (2)
System\Windows\Forms\Printing\PrintPreviewControl.PrintPreviewControlAccessibilityObjectTests.cs (2)
165Assert.True((bool)scrollProvider.VerticallyScrollable); 175Assert.False((bool)scrollProvider.VerticallyScrollable);