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