Base:
property
BackgroundImage
System.Windows.Forms.Control.BackgroundImage
7 writes to BackgroundImage
System.Windows.Forms.Tests (7)
System\Windows\Forms\ProgressBarTests.cs (7)
223
BackgroundImage
= value
229
control.
BackgroundImage
= value;
250
control.
BackgroundImage
= image1;
255
control.
BackgroundImage
= image1;
261
control.
BackgroundImage
= image2;
266
control.
BackgroundImage
= null;
272
control.
BackgroundImage
= image1;
8 references to BackgroundImage
System.Windows.Forms.Tests (8)
System\Windows\Forms\ProgressBarTests.cs (8)
29
Assert.Null(control.
BackgroundImage
);
225
Assert.Same(value, control.
BackgroundImage
);
230
Assert.Same(value, control.
BackgroundImage
);
251
Assert.Same(image1, control.
BackgroundImage
);
256
Assert.Same(image1, control.
BackgroundImage
);
262
Assert.Same(image2, control.
BackgroundImage
);
267
Assert.Null(control.
BackgroundImage
);
273
Assert.Same(image1, control.
BackgroundImage
);