Base:
property
BackgroundImage
System.Windows.Forms.Control.BackgroundImage
7 writes to BackgroundImage
System.Windows.Forms.Tests (7)
System\Windows\Forms\ScrollBarTests.cs (7)
252
BackgroundImage
= value
258
control.
BackgroundImage
= value;
278
control.
BackgroundImage
= image1;
283
control.
BackgroundImage
= image1;
289
control.
BackgroundImage
= image2;
294
control.
BackgroundImage
= null;
300
control.
BackgroundImage
= image1;
10 references to BackgroundImage
System.Windows.Forms.Tests (10)
System\Windows\Forms\HScrollBarTests.cs (1)
27
Assert.Null(control.
BackgroundImage
);
System\Windows\Forms\ScrollBarTests.cs (8)
28
Assert.Null(control.
BackgroundImage
);
254
Assert.Same(value, control.
BackgroundImage
);
259
Assert.Same(value, control.
BackgroundImage
);
279
Assert.Same(image1, control.
BackgroundImage
);
284
Assert.Same(image1, control.
BackgroundImage
);
290
Assert.Same(image2, control.
BackgroundImage
);
295
Assert.Null(control.
BackgroundImage
);
301
Assert.Same(image1, control.
BackgroundImage
);
System\Windows\Forms\VScrollBarTests.cs (1)
26
Assert.Null(control.
BackgroundImage
);