Base:
property
BackgroundImage
System.Windows.Forms.Control.BackgroundImage
9 writes to BackgroundImage
System.Windows.Forms.Tests (9)
System\Windows\Forms\LabelTests.cs (9)
507
label.
BackgroundImage
= image1;
511
label.
BackgroundImage
= image1;
516
label.
BackgroundImage
= image2;
520
label.
BackgroundImage
= null;
541
label.
BackgroundImage
= label.BackgroundImage;
545
label.
BackgroundImage
= image;
548
label.
BackgroundImage
= label.BackgroundImage;
551
label.
BackgroundImage
= null;
555
label.
BackgroundImage
= image;
8 references to BackgroundImage
System.Windows.Forms.Tests (8)
System\Windows\Forms\LabelTests.cs (8)
29
Assert.Null(control.
BackgroundImage
);
503
Assert.Null(label.
BackgroundImage
); // Default value
508
Assert.Same(image1, label.
BackgroundImage
);
512
Assert.Same(image1, label.
BackgroundImage
);
517
Assert.Same(image2, label.
BackgroundImage
);
521
Assert.Null(label.
BackgroundImage
);
541
label.BackgroundImage = label.
BackgroundImage
;
548
label.BackgroundImage = label.
BackgroundImage
;