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