Base:
property
BackgroundImage
System.Windows.Forms.Control.BackgroundImage
7 writes to BackgroundImage
System.Windows.Forms.Tests (7)
System\Windows\Forms\ComboBoxTests.cs (7)
503
BackgroundImage
= value
509
control.
BackgroundImage
= value;
529
control.
BackgroundImage
= image1;
534
control.
BackgroundImage
= image1;
540
control.
BackgroundImage
= image2;
545
control.
BackgroundImage
= null;
551
control.
BackgroundImage
= image1;
8 references to BackgroundImage
System.Windows.Forms.Tests (8)
System\Windows\Forms\ComboBoxTests.cs (8)
35
Assert.Null(control.
BackgroundImage
);
505
Assert.Same(value, control.
BackgroundImage
);
510
Assert.Same(value, control.
BackgroundImage
);
530
Assert.Same(image1, control.
BackgroundImage
);
535
Assert.Same(image1, control.
BackgroundImage
);
541
Assert.Same(image2, control.
BackgroundImage
);
546
Assert.Null(control.
BackgroundImage
);
552
Assert.Same(image1, control.
BackgroundImage
);