Base:
property
BackgroundImage
System.Windows.Forms.Control.BackgroundImage
7 writes to BackgroundImage
System.Windows.Forms.Tests (7)
System\Windows\Forms\UpDownBaseTests.cs (7)
606
BackgroundImage
= value
612
control.
BackgroundImage
= value;
633
control.
BackgroundImage
= image1;
638
control.
BackgroundImage
= image1;
644
control.
BackgroundImage
= image2;
649
control.
BackgroundImage
= null;
655
control.
BackgroundImage
= image1;
9 references to BackgroundImage
System.Windows.Forms.Tests (9)
System\Windows\Forms\DomainUpDownTests.cs (1)
44
_sub.
BackgroundImage
.Should().BeNull();
System\Windows\Forms\UpDownBaseTests.cs (8)
30
Assert.Null(control.
BackgroundImage
);
608
Assert.Same(value, control.
BackgroundImage
);
613
Assert.Same(value, control.
BackgroundImage
);
634
Assert.Same(image1, control.
BackgroundImage
);
639
Assert.Same(image1, control.
BackgroundImage
);
645
Assert.Same(image2, control.
BackgroundImage
);
650
Assert.Null(control.
BackgroundImage
);
656
Assert.Same(image1, control.
BackgroundImage
);