2 references to MCM_SETFIRSTDAYOFWEEK
System.Windows.Forms (2)
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.cs (2)
396
PInvokeCore.SendMessage(this, PInvoke.
MCM_SETFIRSTDAYOFWEEK
, 0, (nint)value);
1384
PInvokeCore.SendMessage(this, PInvoke.
MCM_SETFIRSTDAYOFWEEK
, (WPARAM)0, (LPARAM)firstDay);