Base:
property
BackgroundImageLayout
System.Windows.Forms.Control.BackgroundImageLayout
6 writes to BackgroundImageLayout
System.Windows.Forms.Tests (6)
System\Windows\Forms\SplitterTests.cs (6)
263BackgroundImageLayout = value 270control.BackgroundImageLayout = value; 291control.BackgroundImageLayout = ImageLayout.Center; 296control.BackgroundImageLayout = ImageLayout.Center; 301control.BackgroundImageLayout = ImageLayout.Stretch; 307control.BackgroundImageLayout = ImageLayout.Center;
7 references to BackgroundImageLayout
System.Windows.Forms.Tests (7)
System\Windows\Forms\SplitterTests.cs (7)
27Assert.Equal(ImageLayout.Tile, control.BackgroundImageLayout); 265Assert.Equal(value, control.BackgroundImageLayout); 271Assert.Equal(value, control.BackgroundImageLayout); 292Assert.Equal(ImageLayout.Center, control.BackgroundImageLayout); 297Assert.Equal(ImageLayout.Center, control.BackgroundImageLayout); 302Assert.Equal(ImageLayout.Stretch, control.BackgroundImageLayout); 308Assert.Equal(ImageLayout.Center, control.BackgroundImageLayout);