Base:
property
BackgroundImage
System.Windows.Forms.Control.BackgroundImage
7 writes to BackgroundImage
System.Windows.Forms.Tests (7)
System\Windows\Forms\ListBoxTests.cs (7)
480
BackgroundImage
= value
486
control.
BackgroundImage
= value;
506
control.
BackgroundImage
= image1;
511
control.
BackgroundImage
= image1;
517
control.
BackgroundImage
= image2;
522
control.
BackgroundImage
= null;
528
control.
BackgroundImage
= image1;
8 references to BackgroundImage
System.Windows.Forms.Tests (8)
System\Windows\Forms\ListBoxTests.cs (8)
30
Assert.Null(control.
BackgroundImage
);
482
Assert.Same(value, control.
BackgroundImage
);
487
Assert.Same(value, control.
BackgroundImage
);
507
Assert.Same(image1, control.
BackgroundImage
);
512
Assert.Same(image1, control.
BackgroundImage
);
518
Assert.Same(image2, control.
BackgroundImage
);
523
Assert.Null(control.
BackgroundImage
);
529
Assert.Same(image1, control.
BackgroundImage
);