Base:
property
BackgroundImage
System.Windows.Forms.Control.BackgroundImage
2 writes to BackgroundImage
System.Windows.Forms.Tests (2)
System\Windows\Forms\AxHostTests.cs (2)
309
BackgroundImage
= value
315
control.
BackgroundImage
= value;
4 references to BackgroundImage
System.Windows.Forms.Tests (4)
System\Windows\Forms\AxHostTests.cs (4)
38
Assert.Null(control.
BackgroundImage
);
132
Assert.Null(control.
BackgroundImage
);
311
Assert.Same(value, control.
BackgroundImage
);
316
Assert.Same(value, control.
BackgroundImage
);