1 implementation of HorizontalScrollPercent
System.Windows.Forms (1)
System\Windows\Forms\Printing\PrintPreviewControl.PrintPreviewControlAccessibleObject.cs (1)
175public double HorizontalScrollPercent
3 references to HorizontalScrollPercent
System.Windows.Forms.Primitives (1)
Windows.Win32.IScrollProvider.g.cs (1)
140 *pRetVal = __object.HorizontalScrollPercent;
System.Windows.Forms.Tests (2)
System\Windows\Forms\Printing\PrintPreviewControl.PrintPreviewControlAccessibilityObjectTests.cs (2)
162Assert.Equal(0, (int)scrollProvider.HorizontalScrollPercent); 180Assert.InRange((int)scrollProvider.HorizontalScrollPercent, 0, 100);