Base:
property
BackgroundImage
System.Windows.Forms.Control.BackgroundImage
7 writes to BackgroundImage
System.Windows.Forms.Tests (7)
System\Windows\Forms\MonthCalendarTests.cs (7)
378BackgroundImage = value 384control.BackgroundImage = value; 404control.BackgroundImage = image1; 409control.BackgroundImage = image1; 415control.BackgroundImage = image2; 420control.BackgroundImage = null; 426control.BackgroundImage = image1;
8 references to BackgroundImage
System.Windows.Forms.Tests (8)
System\Windows\Forms\MonthCalendarTests.cs (8)
31Assert.Null(control.BackgroundImage); 380Assert.Same(value, control.BackgroundImage); 385Assert.Same(value, control.BackgroundImage); 405Assert.Same(image1, control.BackgroundImage); 410Assert.Same(image1, control.BackgroundImage); 416Assert.Same(image2, control.BackgroundImage); 421Assert.Null(control.BackgroundImage); 427Assert.Same(image1, control.BackgroundImage);