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