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