1 write to calendarMonthBackground
System.Windows.Forms (1)
winforms\Managed\System\WinForms\DateTimePicker.cs (1)
397calendarMonthBackground = value;
4 references to calendarMonthBackground
System.Windows.Forms (4)
winforms\Managed\System\WinForms\DateTimePicker.cs (4)
388return calendarMonthBackground; 396if (!value.Equals(calendarMonthBackground)) { 1416SetControlColor(NativeMethods.MCSC_MONTHBK, calendarMonthBackground); 1522return !calendarMonthBackground.Equals(DefaultMonthBackColor);