Base:
property
BackgroundImage
System.Windows.Forms.Control.BackgroundImage
7 writes to BackgroundImage
System.Windows.Forms.Tests (7)
System\Windows\Forms\UpDownBaseTests.cs (7)
608
BackgroundImage
= value
614
control.
BackgroundImage
= value;
635
control.
BackgroundImage
= image1;
640
control.
BackgroundImage
= image1;
646
control.
BackgroundImage
= image2;
651
control.
BackgroundImage
= null;
657
control.
BackgroundImage
= image1;
9 references to BackgroundImage
System.Windows.Forms.Tests (9)
System\Windows\Forms\DomainUpDownTests.cs (1)
46
_sub.
BackgroundImage
.Should().BeNull();
System\Windows\Forms\UpDownBaseTests.cs (8)
32
Assert.Null(control.
BackgroundImage
);
610
Assert.Same(value, control.
BackgroundImage
);
615
Assert.Same(value, control.
BackgroundImage
);
636
Assert.Same(image1, control.
BackgroundImage
);
641
Assert.Same(image1, control.
BackgroundImage
);
647
Assert.Same(image2, control.
BackgroundImage
);
652
Assert.Null(control.
BackgroundImage
);
658
Assert.Same(image1, control.
BackgroundImage
);