4 references to GetNextLayoutInfo
System.Windows.Forms (4)
System\Windows\Forms\Layout\TableLayout.cs (4)
337
LayoutInfo? fixedElement =
GetNextLayoutInfo
(fixedChildrenInfo, ref fixedElementIndex, absolutelyPositioned: true);
340
LayoutInfo? flowElement =
GetNextLayoutInfo
(childrenInfo, ref flowElementIndex, absolutelyPositioned: false);
375
flowElement =
GetNextLayoutInfo
(childrenInfo, ref flowElementIndex, absolutelyPositioned: false);
442
fixedElement =
GetNextLayoutInfo
(fixedChildrenInfo, ref fixedElementIndex, absolutelyPositioned: true);