Base:
property
BackgroundImage
System.Windows.Forms.TextBoxBase.BackgroundImage
7 writes to BackgroundImage
System.Windows.Forms.Tests (7)
System\Windows\Forms\RichTextBoxTests.cs (7)
743
BackgroundImage
= value
749
control.
BackgroundImage
= value;
769
control.
BackgroundImage
= image1;
774
control.
BackgroundImage
= image1;
780
control.
BackgroundImage
= image2;
785
control.
BackgroundImage
= null;
791
control.
BackgroundImage
= image1;
8 references to BackgroundImage
System.Windows.Forms.Tests (8)
System\Windows\Forms\RichTextBoxTests.cs (8)
38
Assert.Null(control.
BackgroundImage
);
745
Assert.Same(value, control.
BackgroundImage
);
750
Assert.Same(value, control.
BackgroundImage
);
770
Assert.Same(image1, control.
BackgroundImage
);
775
Assert.Same(image1, control.
BackgroundImage
);
781
Assert.Same(image2, control.
BackgroundImage
);
786
Assert.Null(control.
BackgroundImage
);
792
Assert.Same(image1, control.
BackgroundImage
);