Base:
property
BackgroundImage
System.Windows.Forms.Control.BackgroundImage
2 writes to BackgroundImage
System.Windows.Forms.Tests (2)
System\Windows\Forms\AxHostTests.cs (2)
311
BackgroundImage
= value
317
control.
BackgroundImage
= value;
4 references to BackgroundImage
System.Windows.Forms.Tests (4)
System\Windows\Forms\AxHostTests.cs (4)
40
Assert.Null(control.
BackgroundImage
);
134
Assert.Null(control.
BackgroundImage
);
313
Assert.Same(value, control.
BackgroundImage
);
318
Assert.Same(value, control.
BackgroundImage
);