Base:
property
BackgroundImage
System.Windows.Forms.TextBoxBase.BackgroundImage
7 writes to BackgroundImage
System.Windows.Forms.Tests (7)
System\Windows\Forms\RichTextBoxTests.cs (7)
745
BackgroundImage
= value
751
control.
BackgroundImage
= value;
771
control.
BackgroundImage
= image1;
776
control.
BackgroundImage
= image1;
782
control.
BackgroundImage
= image2;
787
control.
BackgroundImage
= null;
793
control.
BackgroundImage
= image1;
8 references to BackgroundImage
System.Windows.Forms.Tests (8)
System\Windows\Forms\RichTextBoxTests.cs (8)
40
Assert.Null(control.
BackgroundImage
);
747
Assert.Same(value, control.
BackgroundImage
);
752
Assert.Same(value, control.
BackgroundImage
);
772
Assert.Same(image1, control.
BackgroundImage
);
777
Assert.Same(image1, control.
BackgroundImage
);
783
Assert.Same(image2, control.
BackgroundImage
);
788
Assert.Null(control.
BackgroundImage
);
794
Assert.Same(image1, control.
BackgroundImage
);