Base:
property
BackgroundImageLayout
System.Windows.Forms.Control.BackgroundImageLayout
6 writes to BackgroundImageLayout
System.Windows.Forms.Tests (6)
System\Windows\Forms\SplitterTests.cs (6)
265BackgroundImageLayout = value 272control.BackgroundImageLayout = value; 293control.BackgroundImageLayout = ImageLayout.Center; 298control.BackgroundImageLayout = ImageLayout.Center; 303control.BackgroundImageLayout = ImageLayout.Stretch; 309control.BackgroundImageLayout = ImageLayout.Center;
7 references to BackgroundImageLayout
System.Windows.Forms.Tests (7)
System\Windows\Forms\SplitterTests.cs (7)
29Assert.Equal(ImageLayout.Tile, control.BackgroundImageLayout); 267Assert.Equal(value, control.BackgroundImageLayout); 273Assert.Equal(value, control.BackgroundImageLayout); 294Assert.Equal(ImageLayout.Center, control.BackgroundImageLayout); 299Assert.Equal(ImageLayout.Center, control.BackgroundImageLayout); 304Assert.Equal(ImageLayout.Stretch, control.BackgroundImageLayout); 310Assert.Equal(ImageLayout.Center, control.BackgroundImageLayout);