4 writes to CalendarMonthBackground
Accessibility_Core_App (1)
CommonControl1.Designer.cs (1)
666
this.dateTimePicker1.
CalendarMonthBackground
= System.Drawing.Color.Yellow;
System.Windows.Forms (1)
System\Windows\Forms\Controls\DateTimePicker\DateTimePicker.cs (1)
1202
CalendarMonthBackground
= DefaultMonthBackColor;
System.Windows.Forms.Tests (2)
System\Windows\Forms\DateTimePickerTests.cs (2)
265
control.
CalendarMonthBackground
= expectedColor;
277
Action act = () => control.
CalendarMonthBackground
= ColorTranslator.FromHtml(value);
3 references to CalendarMonthBackground
System.Windows.Forms (1)
System\Windows\Forms\Controls\DateTimePicker\DateTimePicker.cs (1)
1393
/// Determines if the <see cref="
CalendarMonthBackground
"/> property needs to be persisted.
System.Windows.Forms.Tests (2)
System\Windows\Forms\DateTimePickerTests.cs (2)
39
Assert.Equal(SystemColors.Window, control.
CalendarMonthBackground
);
267
control.
CalendarMonthBackground
.Should().Be(expectedColor);