Base:
property
BackgroundImage
System.Windows.Forms.Control.BackgroundImage
7 writes to BackgroundImage
System.Windows.Forms.Tests (7)
System\Windows\Forms\MonthCalendarTests.cs (7)
380
BackgroundImage
= value
386
control.
BackgroundImage
= value;
406
control.
BackgroundImage
= image1;
411
control.
BackgroundImage
= image1;
417
control.
BackgroundImage
= image2;
422
control.
BackgroundImage
= null;
428
control.
BackgroundImage
= image1;
8 references to BackgroundImage
System.Windows.Forms.Tests (8)
System\Windows\Forms\MonthCalendarTests.cs (8)
33
Assert.Null(control.
BackgroundImage
);
382
Assert.Same(value, control.
BackgroundImage
);
387
Assert.Same(value, control.
BackgroundImage
);
407
Assert.Same(image1, control.
BackgroundImage
);
412
Assert.Same(image1, control.
BackgroundImage
);
418
Assert.Same(image2, control.
BackgroundImage
);
423
Assert.Null(control.
BackgroundImage
);
429
Assert.Same(image1, control.
BackgroundImage
);