Base:
property
BackgroundImageLayout
System.Windows.Forms.Control.BackgroundImageLayout
7 writes to BackgroundImageLayout
System.Windows.Forms.Tests (7)
System\Windows\Forms\ComboBoxTests.cs (7)
564BackgroundImageLayout = value 570control.BackgroundImageLayout = value; 589control.BackgroundImageLayout = ImageLayout.Center; 594control.BackgroundImageLayout = ImageLayout.Center; 599control.BackgroundImageLayout = ImageLayout.Stretch; 605control.BackgroundImageLayout = ImageLayout.Center; 615Assert.Throws<InvalidEnumArgumentException>("value", () => control.BackgroundImageLayout = value);
7 references to BackgroundImageLayout
System.Windows.Forms.Tests (7)
System\Windows\Forms\ComboBoxTests.cs (7)
38Assert.Equal(ImageLayout.Tile, control.BackgroundImageLayout); 566Assert.Equal(value, control.BackgroundImageLayout); 571Assert.Equal(value, control.BackgroundImageLayout); 590Assert.Equal(ImageLayout.Center, control.BackgroundImageLayout); 595Assert.Equal(ImageLayout.Center, control.BackgroundImageLayout); 600Assert.Equal(ImageLayout.Stretch, control.BackgroundImageLayout); 606Assert.Equal(ImageLayout.Center, control.BackgroundImageLayout);