2 references to MCM_SETMAXSELCOUNT
System.Windows.Forms (2)
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.cs (2)
484
if (PInvokeCore.SendMessage(this, PInvoke.
MCM_SETMAXSELCOUNT
, (WPARAM)value) == 0)
1357
PInvokeCore.SendMessage(this, PInvoke.
MCM_SETMAXSELCOUNT
, (WPARAM)_maxSelectionCount);