Base:
property
BackgroundImage
System.Windows.Forms.Control.BackgroundImage
7 writes to BackgroundImage
System.Windows.Forms.Tests (7)
System\Windows\Forms\TreeViewTests.cs (7)
795
BackgroundImage
= value
801
control.
BackgroundImage
= value;
821
control.
BackgroundImage
= image1;
826
control.
BackgroundImage
= image1;
832
control.
BackgroundImage
= image2;
837
control.
BackgroundImage
= null;
843
control.
BackgroundImage
= image1;
8 references to BackgroundImage
System.Windows.Forms.Tests (8)
System\Windows\Forms\TreeViewTests.cs (8)
26
Assert.Null(control.
BackgroundImage
);
797
Assert.Same(value, control.
BackgroundImage
);
802
Assert.Same(value, control.
BackgroundImage
);
822
Assert.Same(image1, control.
BackgroundImage
);
827
Assert.Same(image1, control.
BackgroundImage
);
833
Assert.Same(image2, control.
BackgroundImage
);
838
Assert.Null(control.
BackgroundImage
);
844
Assert.Same(image1, control.
BackgroundImage
);