5 writes to nMax
System.Windows.Forms (5)
winforms\Managed\System\WinForms\NativeMethods.cs (1)
3222nMax = max;
winforms\Managed\System\WinForms\Printing\PrintPreviewControl.cs (2)
767info.nMax = Math.Max(Height, virtualSize.Height) - 1; 773info.nMax = Math.Max(Width, virtualSize.Width) - 1;
winforms\Managed\System\WinForms\ScrollBar.cs (1)
797si.nMax = maximum;
winforms\Managed\System\WinForms\ScrollProperties.cs (1)
317si.nMax = maximum;
1 reference to nMax
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Control.cs (1)
8834si.nPos = (RightToLeft == RightToLeft.Yes) ? si.nMax : si.nMin;