Base:
property
BackgroundImageLayout
System.Windows.Forms.TextBoxBase.BackgroundImageLayout
6 writes to BackgroundImageLayout
System.Windows.Forms.Tests (6)
System\Windows\Forms\RichTextBoxTests.cs (6)
802BackgroundImageLayout = value 809control.BackgroundImageLayout = value; 830control.BackgroundImageLayout = ImageLayout.Center; 835control.BackgroundImageLayout = ImageLayout.Center; 840control.BackgroundImageLayout = ImageLayout.Stretch; 846control.BackgroundImageLayout = ImageLayout.Center;
7 references to BackgroundImageLayout
System.Windows.Forms.Tests (7)
System\Windows\Forms\RichTextBoxTests.cs (7)
39Assert.Equal(ImageLayout.Tile, control.BackgroundImageLayout); 804Assert.Equal(value, control.BackgroundImageLayout); 810Assert.Equal(value, control.BackgroundImageLayout); 831Assert.Equal(ImageLayout.Center, control.BackgroundImageLayout); 836Assert.Equal(ImageLayout.Center, control.BackgroundImageLayout); 841Assert.Equal(ImageLayout.Stretch, control.BackgroundImageLayout); 847Assert.Equal(ImageLayout.Center, control.BackgroundImageLayout);