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