Base:
property
BackgroundImage
System.Windows.Forms.Control.BackgroundImage
7 writes to BackgroundImage
System.Windows.Forms.Tests (7)
System\Windows\Forms\TabControlTests.cs (7)
621
BackgroundImage
= value
627
control.
BackgroundImage
= value;
648
control.
BackgroundImage
= image1;
653
control.
BackgroundImage
= image1;
659
control.
BackgroundImage
= image2;
664
control.
BackgroundImage
= null;
670
control.
BackgroundImage
= image1;
8 references to BackgroundImage
System.Windows.Forms.Tests (8)
System\Windows\Forms\TabControlTests.cs (8)
29
Assert.Null(control.
BackgroundImage
);
623
Assert.Same(value, control.
BackgroundImage
);
628
Assert.Same(value, control.
BackgroundImage
);
649
Assert.Same(image1, control.
BackgroundImage
);
654
Assert.Same(image1, control.
BackgroundImage
);
660
Assert.Same(image2, control.
BackgroundImage
);
665
Assert.Null(control.
BackgroundImage
);
671
Assert.Same(image1, control.
BackgroundImage
);