Base:
property
BackgroundImage
System.Windows.Forms.Control.BackgroundImage
7 writes to BackgroundImage
System.Windows.Forms.Tests (7)
TrackBarTests.cs (7)
440
BackgroundImage
= value
446
control.
BackgroundImage
= value;
466
control.
BackgroundImage
= image1;
471
control.
BackgroundImage
= image1;
477
control.
BackgroundImage
= image2;
482
control.
BackgroundImage
= null;
488
control.
BackgroundImage
= image1;
8 references to BackgroundImage
System.Windows.Forms.Tests (8)
TrackBarTests.cs (8)
28
Assert.Null(control.
BackgroundImage
);
442
Assert.Same(value, control.
BackgroundImage
);
447
Assert.Same(value, control.
BackgroundImage
);
467
Assert.Same(image1, control.
BackgroundImage
);
472
Assert.Same(image1, control.
BackgroundImage
);
478
Assert.Same(image2, control.
BackgroundImage
);
483
Assert.Null(control.
BackgroundImage
);
489
Assert.Same(image1, control.
BackgroundImage
);