Base:
property
BackgroundImage
System.Windows.Forms.Control.BackgroundImage
10 writes to BackgroundImage
System.Windows.Forms (1)
System\Windows\Forms\Form.cs (1)
3964
MdiClient.
BackgroundImage
= BackgroundImage;
System.Windows.Forms.Tests (9)
System\Windows\Forms\MdiClientTests.cs (9)
190
control.
BackgroundImage
= image;
200
BackgroundImage
= value
206
control.
BackgroundImage
= value;
226
control.
BackgroundImage
= image1;
231
control.
BackgroundImage
= image1;
237
control.
BackgroundImage
= image2;
242
control.
BackgroundImage
= null;
248
control.
BackgroundImage
= image1;
269
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)
27
Assert.Null(control.
BackgroundImage
);
187
Assert.Same(parentBackgroundImage, control.
BackgroundImage
);
191
Assert.Same(image, control.
BackgroundImage
);
202
Assert.Same(value, control.
BackgroundImage
);
207
Assert.Same(value, control.
BackgroundImage
);
227
Assert.Same(image1, control.
BackgroundImage
);
232
Assert.Same(image1, control.
BackgroundImage
);
238
Assert.Same(image2, control.
BackgroundImage
);
243
Assert.Null(control.
BackgroundImage
);
249
Assert.Same(image1, control.
BackgroundImage
);