Base:
property
BackgroundImage
System.Windows.Forms.Control.BackgroundImage
7 writes to BackgroundImage
System.Windows.Forms.Tests (7)
System\Windows\Forms\ProgressBarTests.cs (7)
221
BackgroundImage
= value
227
control.
BackgroundImage
= value;
248
control.
BackgroundImage
= image1;
253
control.
BackgroundImage
= image1;
259
control.
BackgroundImage
= image2;
264
control.
BackgroundImage
= null;
270
control.
BackgroundImage
= image1;
8 references to BackgroundImage
System.Windows.Forms.Tests (8)
System\Windows\Forms\ProgressBarTests.cs (8)
27
Assert.Null(control.
BackgroundImage
);
223
Assert.Same(value, control.
BackgroundImage
);
228
Assert.Same(value, control.
BackgroundImage
);
249
Assert.Same(image1, control.
BackgroundImage
);
254
Assert.Same(image1, control.
BackgroundImage
);
260
Assert.Same(image2, control.
BackgroundImage
);
265
Assert.Null(control.
BackgroundImage
);
271
Assert.Same(image1, control.
BackgroundImage
);