Base:
property
BackgroundImage
System.Windows.Forms.Control.BackgroundImage
7 writes to BackgroundImage
System.Windows.Forms.Tests (7)
System\Windows\Forms\MonthCalendarTests.cs (7)
378
BackgroundImage
= value
384
control.
BackgroundImage
= value;
404
control.
BackgroundImage
= image1;
409
control.
BackgroundImage
= image1;
415
control.
BackgroundImage
= image2;
420
control.
BackgroundImage
= null;
426
control.
BackgroundImage
= image1;
8 references to BackgroundImage
System.Windows.Forms.Tests (8)
System\Windows\Forms\MonthCalendarTests.cs (8)
31
Assert.Null(control.
BackgroundImage
);
380
Assert.Same(value, control.
BackgroundImage
);
385
Assert.Same(value, control.
BackgroundImage
);
405
Assert.Same(image1, control.
BackgroundImage
);
410
Assert.Same(image1, control.
BackgroundImage
);
416
Assert.Same(image2, control.
BackgroundImage
);
421
Assert.Null(control.
BackgroundImage
);
427
Assert.Same(image1, control.
BackgroundImage
);