5 writes to nMin
System.Windows.Forms (5)
winforms\Managed\System\WinForms\NativeMethods.cs (1)
3221nMin = min;
winforms\Managed\System\WinForms\Printing\PrintPreviewControl.cs (2)
766info.nMin = 0; 772info.nMin = 0;
winforms\Managed\System\WinForms\ScrollBar.cs (1)
796si.nMin = minimum;
winforms\Managed\System\WinForms\ScrollProperties.cs (1)
316si.nMin = minimum;
1 reference to nMin
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Control.cs (1)
8834si.nPos = (RightToLeft == RightToLeft.Yes) ? si.nMax : si.nMin;