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