1 write to smallChange
System.Windows.Forms (1)
winforms\Managed\System\WinForms\TrackBar.cs (1)
573smallChange = value;
3 references to smallChange
System.Windows.Forms (3)
winforms\Managed\System\WinForms\TrackBar.cs (3)
566return smallChange; 572if (smallChange != value) { 927SendMessage(NativeMethods.TBM_SETLINESIZE, 0, smallChange);