5 references to MCSC_TITLETEXT
System.Windows.Forms (4)
System\Windows\Forms\Controls\DateTimePicker\DateTimePicker.cs (2)
275
SetControlColor(PInvoke.
MCSC_TITLETEXT
, value);
1301
SetControlColor(PInvoke.
MCSC_TITLETEXT
, _calendarTitleForeColor);
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.cs (2)
935
SetControlColor(PInvoke.
MCSC_TITLETEXT
, value);
1371
SetControlColor(PInvoke.
MCSC_TITLETEXT
, _titleForeColor);
System.Windows.Forms.Tests (1)
System\Windows\Forms\MonthCalendarTests.cs (1)
1122
Assert.Equal(0x785634, (int)PInvokeCore.SendMessage(control, PInvoke.MCM_GETCOLOR, (WPARAM)(int)PInvoke.
MCSC_TITLETEXT
));