4 writes to nPos
System.Windows.Forms (4)
System\Windows\Forms\Control.cs (1)
7490si.nPos = (RightToLeft == RightToLeft.Yes) ? si.nMax : si.nMin;
System\Windows\Forms\Scrolling\ScrollBar.cs (2)
609si.nPos = ReflectPosition(_value); 613si.nPos = _value;
System\Windows\Forms\Scrolling\ScrollProperties.cs (1)
270nPos = _value,
3 references to nPos
System.Windows.Forms (3)
System\Windows\Forms\Control.cs (1)
7491PInvokeCore.SendMessage(this, PInvokeCore.WM_HSCROLL, WPARAM.MAKEWPARAM((int)SCROLLBAR_COMMAND.SB_THUMBPOSITION, si.nPos));
System\Windows\Forms\Controls\ListView\ListView.cs (1)
2206lvhi.pt.X += si.nPos;
System\Windows\Forms\Controls\TreeView\TreeView.cs (1)
2745int value = si.nPos;