5 references to MCSC_MONTHBK
System.Windows.Forms (4)
System\Windows\Forms\Controls\DateTimePicker\DateTimePicker.cs (2)
321
SetControlColor(PInvoke.
MCSC_MONTHBK
, value);
1298
SetControlColor(PInvoke.
MCSC_MONTHBK
, _calendarMonthBackground);
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.cs (2)
1369
SetControlColor(PInvoke.
MCSC_MONTHBK
, BackColor);
1452
SetControlColor(PInvoke.
MCSC_MONTHBK
, BackColor);
System.Windows.Forms.Tests (1)
System\Windows\Forms\MonthCalendarTests.cs (1)
1100
Assert.Equal(0x563412, (int)PInvokeCore.SendMessage(control, PInvoke.MCM_GETCOLOR, (WPARAM)(int)PInvoke.
MCSC_MONTHBK
));