Base:
property
BackgroundImage
System.Windows.Forms.Control.BackgroundImage
7 writes to BackgroundImage
System.Windows.Forms.Tests (7)
System\Windows\Forms\ScrollBarTests.cs (7)
250
BackgroundImage
= value
256
control.
BackgroundImage
= value;
276
control.
BackgroundImage
= image1;
281
control.
BackgroundImage
= image1;
287
control.
BackgroundImage
= image2;
292
control.
BackgroundImage
= null;
298
control.
BackgroundImage
= image1;
10 references to BackgroundImage
System.Windows.Forms.Tests (10)
System\Windows\Forms\HScrollBarTests.cs (1)
25
Assert.Null(control.
BackgroundImage
);
System\Windows\Forms\ScrollBarTests.cs (8)
26
Assert.Null(control.
BackgroundImage
);
252
Assert.Same(value, control.
BackgroundImage
);
257
Assert.Same(value, control.
BackgroundImage
);
277
Assert.Same(image1, control.
BackgroundImage
);
282
Assert.Same(image1, control.
BackgroundImage
);
288
Assert.Same(image2, control.
BackgroundImage
);
293
Assert.Null(control.
BackgroundImage
);
299
Assert.Same(image1, control.
BackgroundImage
);
System\Windows\Forms\VScrollBarTests.cs (1)
24
Assert.Null(control.
BackgroundImage
);