Base:
property
BackgroundImageLayout
System.Windows.Forms.Control.BackgroundImageLayout
3 writes to BackgroundImageLayout
System.Windows.Forms.Tests (3)
System\Windows\Forms\AxHostTests.cs (3)
328BackgroundImageLayout = value 334control.BackgroundImageLayout = value; 344Assert.Throws<InvalidEnumArgumentException>("value", () => control.BackgroundImageLayout = value);
4 references to BackgroundImageLayout
System.Windows.Forms.Tests (4)
System\Windows\Forms\AxHostTests.cs (4)
41Assert.Equal(ImageLayout.Tile, control.BackgroundImageLayout); 135Assert.Equal(ImageLayout.Tile, control.BackgroundImageLayout); 330Assert.Equal(value, control.BackgroundImageLayout); 335Assert.Equal(value, control.BackgroundImageLayout);