2 references to MCM_GETFIRSTDAYOFWEEK
System.Windows.Forms.Tests (2)
System\Windows\Forms\MonthCalendarTests.cs (2)
1150
Assert.Equal(expected, (int)PInvokeCore.SendMessage(control, PInvoke.
MCM_GETFIRSTDAYOFWEEK
));
1161
Assert.Equal(0x10001, (int)PInvokeCore.SendMessage(control, PInvoke.
MCM_GETFIRSTDAYOFWEEK
));