5 writes to nPos
System.Windows.Forms (5)
winforms\Managed\System\WinForms\Control.cs (1)
8834
si.
nPos
= (RightToLeft == RightToLeft.Yes) ? si.nMax : si.nMin;
winforms\Managed\System\WinForms\NativeMethods.cs (1)
3224
nPos
= pos;
winforms\Managed\System\WinForms\ScrollBar.cs (2)
802
si.
nPos
= ReflectPosition(value);
805
si.
nPos
= value;
winforms\Managed\System\WinForms\ScrollProperties.cs (1)
319
si.
nPos
= value;
2 references to nPos
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Control.cs (1)
8835
SendMessage(NativeMethods.WM_HSCROLL, NativeMethods.Util.MAKELPARAM(NativeMethods.SB_THUMBPOSITION, si.
nPos
), 0);
winforms\Managed\System\WinForms\TreeView.cs (1)
2736
int value = si.
nPos
;