Base:
property
BackgroundImage
System.Windows.Forms.Control.BackgroundImage
7 writes to BackgroundImage
System.Windows.Forms.Tests (7)
System\Windows\Forms\UpDownBaseTests.cs (7)
606BackgroundImage = value 612control.BackgroundImage = value; 633control.BackgroundImage = image1; 638control.BackgroundImage = image1; 644control.BackgroundImage = image2; 649control.BackgroundImage = null; 655control.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)
30Assert.Null(control.BackgroundImage); 608Assert.Same(value, control.BackgroundImage); 613Assert.Same(value, control.BackgroundImage); 634Assert.Same(image1, control.BackgroundImage); 639Assert.Same(image1, control.BackgroundImage); 645Assert.Same(image2, control.BackgroundImage); 650Assert.Null(control.BackgroundImage); 656Assert.Same(image1, control.BackgroundImage);