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