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