4 references to GetNextLayoutInfo
System.Windows.Forms (4)
winforms\Managed\System\WinForms\Layout\TableLayout.cs (4)
413
LayoutInfo fixedElement =
GetNextLayoutInfo
(fixedChildrenInfo, ref fixedElementIndex, /*absolutelyPositioned*/true);
416
LayoutInfo flowElement =
GetNextLayoutInfo
(childrenInfo, ref flowElementIndex, /*absolutelyPositioned*/false);
446
flowElement =
GetNextLayoutInfo
(childrenInfo, ref flowElementIndex, /*absolutelyPositioned*/false);
502
fixedElement =
GetNextLayoutInfo
(fixedChildrenInfo, ref fixedElementIndex, /*absolutelyPositioned*/true);