Base:
property
BackgroundImage
System.Windows.Forms.Control.BackgroundImage
7 writes to BackgroundImage
System.Windows.Forms.Tests (7)
System\Windows\Forms\UpDownBaseTests.cs (7)
608BackgroundImage = value 614control.BackgroundImage = value; 635control.BackgroundImage = image1; 640control.BackgroundImage = image1; 646control.BackgroundImage = image2; 651control.BackgroundImage = null; 657control.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)
32Assert.Null(control.BackgroundImage); 610Assert.Same(value, control.BackgroundImage); 615Assert.Same(value, control.BackgroundImage); 636Assert.Same(image1, control.BackgroundImage); 641Assert.Same(image1, control.BackgroundImage); 647Assert.Same(image2, control.BackgroundImage); 652Assert.Null(control.BackgroundImage); 658Assert.Same(image1, control.BackgroundImage);