2 writes to nMax
System.Windows.Forms (2)
System\Windows\Forms\Scrolling\ScrollBar.cs (1)
602nMax = _maximum,
System\Windows\Forms\Scrolling\ScrollProperties.cs (1)
268nMax = _maximum,
1 reference to nMax
System.Windows.Forms (1)
System\Windows\Forms\Control.cs (1)
7490si.nPos = (RightToLeft == RightToLeft.Yes) ? si.nMax : si.nMin;