1 write to _calendarTitleForeColor
System.Windows.Forms (1)
System\Windows\Forms\Controls\DateTimePicker\DateTimePicker.cs (1)
274
_calendarTitleForeColor
= value;
4 references to _calendarTitleForeColor
System.Windows.Forms (4)
System\Windows\Forms\Controls\DateTimePicker\DateTimePicker.cs (4)
264
get =>
_calendarTitleForeColor
;
272
if (!value.Equals(
_calendarTitleForeColor
))
1303
SetControlColor(PInvoke.MCSC_TITLETEXT,
_calendarTitleForeColor
);
1381
return !
_calendarTitleForeColor
.Equals(DefaultTitleForeColor);