Base:
property
BackgroundImage
System.Windows.Forms.Control.BackgroundImage
7 writes to BackgroundImage
System.Windows.Forms.Tests (7)
TrackBarTests.cs (7)
442
BackgroundImage
= value
448
control.
BackgroundImage
= value;
468
control.
BackgroundImage
= image1;
473
control.
BackgroundImage
= image1;
479
control.
BackgroundImage
= image2;
484
control.
BackgroundImage
= null;
490
control.
BackgroundImage
= image1;
8 references to BackgroundImage
System.Windows.Forms.Tests (8)
TrackBarTests.cs (8)
30
Assert.Null(control.
BackgroundImage
);
444
Assert.Same(value, control.
BackgroundImage
);
449
Assert.Same(value, control.
BackgroundImage
);
469
Assert.Same(image1, control.
BackgroundImage
);
474
Assert.Same(image1, control.
BackgroundImage
);
480
Assert.Same(image2, control.
BackgroundImage
);
485
Assert.Null(control.
BackgroundImage
);
491
Assert.Same(image1, control.
BackgroundImage
);