Base:
property
BackgroundImage
System.Windows.Forms.Control.BackgroundImage
7 writes to BackgroundImage
System.Windows.Forms.Tests (7)
System\Windows\Forms\ComboBoxTests.cs (7)
503BackgroundImage = value 509control.BackgroundImage = value; 529control.BackgroundImage = image1; 534control.BackgroundImage = image1; 540control.BackgroundImage = image2; 545control.BackgroundImage = null; 551control.BackgroundImage = image1;
8 references to BackgroundImage
System.Windows.Forms.Tests (8)
System\Windows\Forms\ComboBoxTests.cs (8)
35Assert.Null(control.BackgroundImage); 505Assert.Same(value, control.BackgroundImage); 510Assert.Same(value, control.BackgroundImage); 530Assert.Same(image1, control.BackgroundImage); 535Assert.Same(image1, control.BackgroundImage); 541Assert.Same(image2, control.BackgroundImage); 546Assert.Null(control.BackgroundImage); 552Assert.Same(image1, control.BackgroundImage);