1 write to scrollChange
System.Windows.Forms (1)
winforms\Managed\System\WinForms\MonthCalendar.cs (1)
790scrollChange = value;
4 references to scrollChange
System.Windows.Forms (4)
winforms\Managed\System\WinForms\MonthCalendar.cs (4)
775return scrollChange; 778if (scrollChange != value) { 1656if (scrollChange != DEFAULT_SCROLL_CHANGE) { 1657SendMessage(NativeMethods.MCM_SETMONTHDELTA, scrollChange, 0);