Base:
property
BackgroundImage
System.Windows.Forms.Control.BackgroundImage
7 writes to BackgroundImage
System.Windows.Forms.Tests (7)
System\Windows\Forms\ComboBoxTests.cs (7)
505
BackgroundImage
= value
511
control.
BackgroundImage
= value;
531
control.
BackgroundImage
= image1;
536
control.
BackgroundImage
= image1;
542
control.
BackgroundImage
= image2;
547
control.
BackgroundImage
= null;
553
control.
BackgroundImage
= image1;
8 references to BackgroundImage
System.Windows.Forms.Tests (8)
System\Windows\Forms\ComboBoxTests.cs (8)
37
Assert.Null(control.
BackgroundImage
);
507
Assert.Same(value, control.
BackgroundImage
);
512
Assert.Same(value, control.
BackgroundImage
);
532
Assert.Same(image1, control.
BackgroundImage
);
537
Assert.Same(image1, control.
BackgroundImage
);
543
Assert.Same(image2, control.
BackgroundImage
);
548
Assert.Null(control.
BackgroundImage
);
554
Assert.Same(image1, control.
BackgroundImage
);