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