6 references to GetNeedsAnchorLayout
System.Windows.Forms (6)
System\Windows\Forms\Layout\DefaultLayout.cs (6)
363if (!CommonProperties.GetNeedsAnchorLayout(element)) 627if (!anchor && CommonProperties.GetNeedsAnchorLayout(element)) 835if (!CommonProperties.GetNeedsAnchorLayout(control)) 912if (CommonProperties.GetNeedsAnchorLayout(element)) 963if (CommonProperties.GetNeedsAnchorLayout(element)) 1104(CommonProperties.GetNeedsAnchorLayout(element) || (UseAnchorLayoutV2(element) && ((Control)element)._childControlsNeedAnchorLayout)))