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)
281BackgroundImageLayout = value 287control.BackgroundImageLayout = value; 306control.BackgroundImageLayout = ImageLayout.Center; 311control.BackgroundImageLayout = ImageLayout.Center; 316control.BackgroundImageLayout = ImageLayout.Stretch; 322control.BackgroundImageLayout = ImageLayout.Center;
9 references to BackgroundImageLayout
System.Windows.Forms.Tests (9)
System\Windows\Forms\MdiClientTests.cs (9)
30Assert.Equal(ImageLayout.Tile, control.BackgroundImageLayout); 268Assert.Equal(ImageLayout.Tile, control.BackgroundImageLayout); 272Assert.Equal(parentBackgroundImageLayout, control.BackgroundImageLayout); 283Assert.Equal(value, control.BackgroundImageLayout); 288Assert.Equal(value, control.BackgroundImageLayout); 307Assert.Equal(ImageLayout.Center, control.BackgroundImageLayout); 312Assert.Equal(ImageLayout.Center, control.BackgroundImageLayout); 317Assert.Equal(ImageLayout.Stretch, control.BackgroundImageLayout); 323Assert.Equal(ImageLayout.Center, control.BackgroundImageLayout);