Base:
property
BackgroundImage
System.Windows.Forms.Control.BackgroundImage
7 writes to BackgroundImage
System.Windows.Forms.Tests (7)
System\Windows\Forms\ListBoxTests.cs (7)
478BackgroundImage = value 484control.BackgroundImage = value; 504control.BackgroundImage = image1; 509control.BackgroundImage = image1; 515control.BackgroundImage = image2; 520control.BackgroundImage = null; 526control.BackgroundImage = image1;
8 references to BackgroundImage
System.Windows.Forms.Tests (8)
System\Windows\Forms\ListBoxTests.cs (8)
28Assert.Null(control.BackgroundImage); 480Assert.Same(value, control.BackgroundImage); 485Assert.Same(value, control.BackgroundImage); 505Assert.Same(image1, control.BackgroundImage); 510Assert.Same(image1, control.BackgroundImage); 516Assert.Same(image2, control.BackgroundImage); 521Assert.Null(control.BackgroundImage); 527Assert.Same(image1, control.BackgroundImage);