2 references to MCM_SETMAXSELCOUNT
System.Windows.Forms (2)
winforms\Managed\System\WinForms\MonthCalendar.cs (2)
615
if (unchecked( (int) (long)SendMessage(NativeMethods.
MCM_SETMAXSELCOUNT
, value, 0)) == 0)
1631
SendMessage(NativeMethods.
MCM_SETMAXSELCOUNT
, maxSelectionCount, 0);