Base:
property
LayoutEngine
System.Windows.Forms.Control.LayoutEngine
3 references to LayoutEngine
System.Windows.Forms.Tests (3)
System\Windows\Forms\ToolStripPanelTests.cs (3)
87
Assert.NotNull(control.
LayoutEngine
);
88
Assert.Same(control.
LayoutEngine
, control.
LayoutEngine
);