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