5 references to MCSC_TITLEBK
System.Windows.Forms (4)
System\Windows\Forms\Controls\DateTimePicker\DateTimePicker.cs (2)
252
SetControlColor(PInvoke.
MCSC_TITLEBK
, value);
1300
SetControlColor(PInvoke.
MCSC_TITLEBK
, _calendarTitleBackColor);
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.cs (2)
914
SetControlColor(PInvoke.
MCSC_TITLEBK
, value);
1370
SetControlColor(PInvoke.
MCSC_TITLEBK
, _titleBackColor);
System.Windows.Forms.Tests (1)
System\Windows\Forms\MonthCalendarTests.cs (1)
1111
Assert.Equal(0x785634, (int)PInvokeCore.SendMessage(control, PInvoke.MCM_GETCOLOR, (WPARAM)(int)PInvoke.
MCSC_TITLEBK
));