Base:
property
BackgroundImageLayout
System.Windows.Forms.TextBoxBase.BackgroundImageLayout
6 writes to BackgroundImageLayout
System.Windows.Forms.Tests (6)
System\Windows\Forms\RichTextBoxTests.cs (6)
804BackgroundImageLayout = value 811control.BackgroundImageLayout = value; 832control.BackgroundImageLayout = ImageLayout.Center; 837control.BackgroundImageLayout = ImageLayout.Center; 842control.BackgroundImageLayout = ImageLayout.Stretch; 848control.BackgroundImageLayout = ImageLayout.Center;
7 references to BackgroundImageLayout
System.Windows.Forms.Tests (7)
System\Windows\Forms\RichTextBoxTests.cs (7)
41Assert.Equal(ImageLayout.Tile, control.BackgroundImageLayout); 806Assert.Equal(value, control.BackgroundImageLayout); 812Assert.Equal(value, control.BackgroundImageLayout); 833Assert.Equal(ImageLayout.Center, control.BackgroundImageLayout); 838Assert.Equal(ImageLayout.Center, control.BackgroundImageLayout); 843Assert.Equal(ImageLayout.Stretch, control.BackgroundImageLayout); 849Assert.Equal(ImageLayout.Center, control.BackgroundImageLayout);