Base:
property
BackgroundImageLayout
System.Windows.Forms.Control.BackgroundImageLayout
7 writes to BackgroundImageLayout
System.Windows.Forms.Tests (7)
System\Windows\Forms\ComboBoxTests.cs (7)
562BackgroundImageLayout = value 568control.BackgroundImageLayout = value; 587control.BackgroundImageLayout = ImageLayout.Center; 592control.BackgroundImageLayout = ImageLayout.Center; 597control.BackgroundImageLayout = ImageLayout.Stretch; 603control.BackgroundImageLayout = ImageLayout.Center; 613Assert.Throws<InvalidEnumArgumentException>("value", () => control.BackgroundImageLayout = value);
7 references to BackgroundImageLayout
System.Windows.Forms.Tests (7)
System\Windows\Forms\ComboBoxTests.cs (7)
36Assert.Equal(ImageLayout.Tile, control.BackgroundImageLayout); 564Assert.Equal(value, control.BackgroundImageLayout); 569Assert.Equal(value, control.BackgroundImageLayout); 588Assert.Equal(ImageLayout.Center, control.BackgroundImageLayout); 593Assert.Equal(ImageLayout.Center, control.BackgroundImageLayout); 598Assert.Equal(ImageLayout.Stretch, control.BackgroundImageLayout); 604Assert.Equal(ImageLayout.Center, control.BackgroundImageLayout);