Base:
property
BackgroundImageLayout
System.Windows.Forms.Control.BackgroundImageLayout
6 writes to BackgroundImageLayout
System.Windows.Forms.Tests (6)
System\Windows\Forms\UpDownBaseTests.cs (6)
666BackgroundImageLayout = value 673control.BackgroundImageLayout = value; 694control.BackgroundImageLayout = ImageLayout.Center; 699control.BackgroundImageLayout = ImageLayout.Center; 704control.BackgroundImageLayout = ImageLayout.Stretch; 710control.BackgroundImageLayout = ImageLayout.Center;
8 references to BackgroundImageLayout
System.Windows.Forms.Tests (8)
System\Windows\Forms\DomainUpDownTests.cs (1)
45_sub.BackgroundImageLayout.Should().Be(ImageLayout.Tile);
System\Windows\Forms\UpDownBaseTests.cs (7)
31Assert.Equal(ImageLayout.Tile, control.BackgroundImageLayout); 668Assert.Equal(value, control.BackgroundImageLayout); 674Assert.Equal(value, control.BackgroundImageLayout); 695Assert.Equal(ImageLayout.Center, control.BackgroundImageLayout); 700Assert.Equal(ImageLayout.Center, control.BackgroundImageLayout); 705Assert.Equal(ImageLayout.Stretch, control.BackgroundImageLayout); 711Assert.Equal(ImageLayout.Center, control.BackgroundImageLayout);