Base:
property
BackgroundImageLayout
System.Windows.Forms.Control.BackgroundImageLayout
3 writes to BackgroundImageLayout
System.Windows.Forms.Tests (3)
System\Windows\Forms\AxHostTests.cs (3)
326BackgroundImageLayout = value 332control.BackgroundImageLayout = value; 342Assert.Throws<InvalidEnumArgumentException>("value", () => control.BackgroundImageLayout = value);
4 references to BackgroundImageLayout
System.Windows.Forms.Tests (4)
System\Windows\Forms\AxHostTests.cs (4)
39Assert.Equal(ImageLayout.Tile, control.BackgroundImageLayout); 133Assert.Equal(ImageLayout.Tile, control.BackgroundImageLayout); 328Assert.Equal(value, control.BackgroundImageLayout); 333Assert.Equal(value, control.BackgroundImageLayout);