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