6 references to IsAbsolutelyPositioned
System.Windows.Forms (6)
System\Windows\Forms\Layout\TableLayout.ContainerInfo.cs (3)
252if (layoutInfo.IsAbsolutelyPositioned) 259if (layoutInfo.IsAbsolutelyPositioned) 302if (_childInfo[i].IsAbsolutelyPositioned)
System\Windows\Forms\Layout\TableLayout.cs (3)
495if (absolutelyPositioned == layoutInfo[i].IsAbsolutelyPositioned) 512Debug.Assert(fixedLayoutInfo.IsAbsolutelyPositioned, "should only check for those elements which are absolutely positioned"); 1412if (layoutInfo.IsAbsolutelyPositioned)