5 references to IsAbsolutelyPositioned
System.Windows.Forms (5)
winforms\Managed\System\WinForms\Layout\TableLayout.cs (5)
549if (absolutelyPositioned == layoutInfo[i].IsAbsolutelyPositioned) { 564Debug.Assert(fixedLayoutInfo.IsAbsolutelyPositioned, "should only check for those elements which are absolutely positioned"); 1687if (layoutInfo.IsAbsolutelyPositioned) { 1693if (layoutInfo.IsAbsolutelyPositioned) { 1726if (_childInfo[i].IsAbsolutelyPositioned) {