Base:
property
BackgroundImage
System.Windows.Forms.Control.BackgroundImage
7 writes to BackgroundImage
System.Windows.Forms.Tests (7)
System\Windows\Forms\TreeViewTests.cs (7)
797
BackgroundImage
= value
803
control.
BackgroundImage
= value;
823
control.
BackgroundImage
= image1;
828
control.
BackgroundImage
= image1;
834
control.
BackgroundImage
= image2;
839
control.
BackgroundImage
= null;
845
control.
BackgroundImage
= image1;
8 references to BackgroundImage
System.Windows.Forms.Tests (8)
System\Windows\Forms\TreeViewTests.cs (8)
28
Assert.Null(control.
BackgroundImage
);
799
Assert.Same(value, control.
BackgroundImage
);
804
Assert.Same(value, control.
BackgroundImage
);
824
Assert.Same(image1, control.
BackgroundImage
);
829
Assert.Same(image1, control.
BackgroundImage
);
835
Assert.Same(image2, control.
BackgroundImage
);
840
Assert.Null(control.
BackgroundImage
);
846
Assert.Same(image1, control.
BackgroundImage
);