Base:
property
BackgroundImage
System.Windows.Forms.Control.BackgroundImage
7 writes to BackgroundImage
System.Windows.Forms.Tests (7)
System\Windows\Forms\MonthCalendarTests.cs (7)
380BackgroundImage = value 386control.BackgroundImage = value; 406control.BackgroundImage = image1; 411control.BackgroundImage = image1; 417control.BackgroundImage = image2; 422control.BackgroundImage = null; 428control.BackgroundImage = image1;
8 references to BackgroundImage
System.Windows.Forms.Tests (8)
System\Windows\Forms\MonthCalendarTests.cs (8)
33Assert.Null(control.BackgroundImage); 382Assert.Same(value, control.BackgroundImage); 387Assert.Same(value, control.BackgroundImage); 407Assert.Same(image1, control.BackgroundImage); 412Assert.Same(image1, control.BackgroundImage); 418Assert.Same(image2, control.BackgroundImage); 423Assert.Null(control.BackgroundImage); 429Assert.Same(image1, control.BackgroundImage);