Base:
property
LayoutEngine
System.Windows.Forms.Control.LayoutEngine
12 references to LayoutEngine
System.Windows.Forms.Tests (12)
System\Windows\Forms\FlowLayoutPanelTests.cs (3)
87
Assert.NotNull(control.
LayoutEngine
);
88
Assert.Same(control.
LayoutEngine
, control.
LayoutEngine
);
System\Windows\Forms\Layout\FlowLayoutTests.cs (9)
17
LayoutEngine engine = control.
LayoutEngine
;
25
LayoutEngine engine = control.
LayoutEngine
;
33
LayoutEngine engine = control.
LayoutEngine
;
84
LayoutEngine engine = control.
LayoutEngine
;
145
LayoutEngine engine = control.
LayoutEngine
;
206
LayoutEngine engine = control.
LayoutEngine
;
267
LayoutEngine engine = control.
LayoutEngine
;
282
LayoutEngine engine = control.
LayoutEngine
;
290
LayoutEngine engine = control.
LayoutEngine
;