Base:
property
BackgroundImageLayout
System.Windows.Forms.Control.BackgroundImageLayout
6 writes to BackgroundImageLayout
System.Windows.Forms.Tests (6)
System\Windows\Forms\UpDownBaseTests.cs (6)
668BackgroundImageLayout = value 675control.BackgroundImageLayout = value; 696control.BackgroundImageLayout = ImageLayout.Center; 701control.BackgroundImageLayout = ImageLayout.Center; 706control.BackgroundImageLayout = ImageLayout.Stretch; 712control.BackgroundImageLayout = ImageLayout.Center;
8 references to BackgroundImageLayout
System.Windows.Forms.Tests (8)
System\Windows\Forms\DomainUpDownTests.cs (1)
47_sub.BackgroundImageLayout.Should().Be(ImageLayout.Tile);
System\Windows\Forms\UpDownBaseTests.cs (7)
33Assert.Equal(ImageLayout.Tile, control.BackgroundImageLayout); 670Assert.Equal(value, control.BackgroundImageLayout); 676Assert.Equal(value, control.BackgroundImageLayout); 697Assert.Equal(ImageLayout.Center, control.BackgroundImageLayout); 702Assert.Equal(ImageLayout.Center, control.BackgroundImageLayout); 707Assert.Equal(ImageLayout.Stretch, control.BackgroundImageLayout); 713Assert.Equal(ImageLayout.Center, control.BackgroundImageLayout);