Base:
property
BackgroundImage
System.Windows.Forms.Control.BackgroundImage
7 writes to BackgroundImage
System.Windows.Forms.Tests (7)
System\Windows\Forms\ListBoxTests.cs (7)
480BackgroundImage = value 486control.BackgroundImage = value; 506control.BackgroundImage = image1; 511control.BackgroundImage = image1; 517control.BackgroundImage = image2; 522control.BackgroundImage = null; 528control.BackgroundImage = image1;
8 references to BackgroundImage
System.Windows.Forms.Tests (8)
System\Windows\Forms\ListBoxTests.cs (8)
30Assert.Null(control.BackgroundImage); 482Assert.Same(value, control.BackgroundImage); 487Assert.Same(value, control.BackgroundImage); 507Assert.Same(image1, control.BackgroundImage); 512Assert.Same(image1, control.BackgroundImage); 518Assert.Same(image2, control.BackgroundImage); 523Assert.Null(control.BackgroundImage); 529Assert.Same(image1, control.BackgroundImage);