Base:
property
BackgroundImageLayout
System.Windows.Forms.Control.BackgroundImageLayout
7 writes to BackgroundImageLayout
System.Windows.Forms (1)
System\Windows\Forms\Form.cs (1)
3975MdiClient.BackgroundImageLayout = BackgroundImageLayout;
System.Windows.Forms.Tests (6)
System\Windows\Forms\MdiClientTests.cs (6)
279BackgroundImageLayout = value 285control.BackgroundImageLayout = value; 304control.BackgroundImageLayout = ImageLayout.Center; 309control.BackgroundImageLayout = ImageLayout.Center; 314control.BackgroundImageLayout = ImageLayout.Stretch; 320control.BackgroundImageLayout = ImageLayout.Center;
9 references to BackgroundImageLayout
System.Windows.Forms.Tests (9)
System\Windows\Forms\MdiClientTests.cs (9)
28Assert.Equal(ImageLayout.Tile, control.BackgroundImageLayout); 266Assert.Equal(ImageLayout.Tile, control.BackgroundImageLayout); 270Assert.Equal(parentBackgroundImageLayout, control.BackgroundImageLayout); 281Assert.Equal(value, control.BackgroundImageLayout); 286Assert.Equal(value, control.BackgroundImageLayout); 305Assert.Equal(ImageLayout.Center, control.BackgroundImageLayout); 310Assert.Equal(ImageLayout.Center, control.BackgroundImageLayout); 315Assert.Equal(ImageLayout.Stretch, control.BackgroundImageLayout); 321Assert.Equal(ImageLayout.Center, control.BackgroundImageLayout);