Base:
property
BackgroundImage
System.Windows.Forms.Control.BackgroundImage
7 writes to BackgroundImage
System.Windows.Forms.Tests (7)
System\Windows\Forms\ListBoxTests.cs (7)
478
BackgroundImage
= value
484
control.
BackgroundImage
= value;
504
control.
BackgroundImage
= image1;
509
control.
BackgroundImage
= image1;
515
control.
BackgroundImage
= image2;
520
control.
BackgroundImage
= null;
526
control.
BackgroundImage
= image1;
8 references to BackgroundImage
System.Windows.Forms.Tests (8)
System\Windows\Forms\ListBoxTests.cs (8)
28
Assert.Null(control.
BackgroundImage
);
480
Assert.Same(value, control.
BackgroundImage
);
485
Assert.Same(value, control.
BackgroundImage
);
505
Assert.Same(image1, control.
BackgroundImage
);
510
Assert.Same(image1, control.
BackgroundImage
);
516
Assert.Same(image2, control.
BackgroundImage
);
521
Assert.Null(control.
BackgroundImage
);
527
Assert.Same(image1, control.
BackgroundImage
);