1 write to _scrollChange
System.Windows.Forms (1)
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.cs (1)
626
_scrollChange
= value;
4 references to _scrollChange
System.Windows.Forms (4)
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.cs (4)
610
get =>
_scrollChange
;
613
if (
_scrollChange
== value)
1392
if (
_scrollChange
!= DefaultScrollChange)
1394
PInvokeCore.SendMessage(this, PInvoke.MCM_SETMONTHDELTA, (WPARAM)
_scrollChange
);