Base:
property
LayoutEngine
System.Windows.Forms.Control.LayoutEngine
12 references to LayoutEngine
System.Windows.Forms.Tests (12)
System\Windows\Forms\FlowLayoutPanelTests.cs (3)
85
Assert.NotNull(control.
LayoutEngine
);
86
Assert.Same(control.
LayoutEngine
, control.
LayoutEngine
);
System\Windows\Forms\Layout\FlowLayoutTests.cs (9)
15
LayoutEngine engine = control.
LayoutEngine
;
23
LayoutEngine engine = control.
LayoutEngine
;
31
LayoutEngine engine = control.
LayoutEngine
;
82
LayoutEngine engine = control.
LayoutEngine
;
143
LayoutEngine engine = control.
LayoutEngine
;
204
LayoutEngine engine = control.
LayoutEngine
;
265
LayoutEngine engine = control.
LayoutEngine
;
280
LayoutEngine engine = control.
LayoutEngine
;
288
LayoutEngine engine = control.
LayoutEngine
;