Base:
property
BackgroundImage
System.Windows.Forms.Control.BackgroundImage
10 writes to BackgroundImage
System.Windows.Forms (1)
System\Windows\Forms\Form.cs (1)
3961
MdiClient.
BackgroundImage
= BackgroundImage;
System.Windows.Forms.Tests (9)
System\Windows\Forms\MdiClientTests.cs (9)
192
control.
BackgroundImage
= image;
202
BackgroundImage
= value
208
control.
BackgroundImage
= value;
228
control.
BackgroundImage
= image1;
233
control.
BackgroundImage
= image1;
239
control.
BackgroundImage
= image2;
244
control.
BackgroundImage
= null;
250
control.
BackgroundImage
= image1;
271
control.
BackgroundImage
= image;
11 references to BackgroundImage
System.Windows.Forms (1)
System\Windows\Forms\MDI\MDIClient.cs (1)
68
Image? backgroundImage =
BackgroundImage
;
System.Windows.Forms.Tests (10)
System\Windows\Forms\MdiClientTests.cs (10)
29
Assert.Null(control.
BackgroundImage
);
189
Assert.Same(parentBackgroundImage, control.
BackgroundImage
);
193
Assert.Same(image, control.
BackgroundImage
);
204
Assert.Same(value, control.
BackgroundImage
);
209
Assert.Same(value, control.
BackgroundImage
);
229
Assert.Same(image1, control.
BackgroundImage
);
234
Assert.Same(image1, control.
BackgroundImage
);
240
Assert.Same(image2, control.
BackgroundImage
);
245
Assert.Null(control.
BackgroundImage
);
251
Assert.Same(image1, control.
BackgroundImage
);