1 write to _calendarTitleBackColor
System.Windows.Forms (1)
System\Windows\Forms\Controls\DateTimePicker\DateTimePicker.cs (1)
251_calendarTitleBackColor = value;
4 references to _calendarTitleBackColor
System.Windows.Forms (4)
System\Windows\Forms\Controls\DateTimePicker\DateTimePicker.cs (4)
241get => _calendarTitleBackColor; 249if (!value.Equals(_calendarTitleBackColor)) 1302SetControlColor(PInvoke.MCSC_TITLEBK, _calendarTitleBackColor); 1373return !_calendarTitleBackColor.Equals(DefaultTitleBackColor);