6 references to GetNeedsAnchorLayout
System.Windows.Forms (6)
System\Windows\Forms\Layout\DefaultLayout.cs (6)
363if (!CommonProperties.GetNeedsAnchorLayout(element)) 622if (!anchor && CommonProperties.GetNeedsAnchorLayout(element)) 828if (!CommonProperties.GetNeedsAnchorLayout(control)) 904if (CommonProperties.GetNeedsAnchorLayout(element)) 955if (CommonProperties.GetNeedsAnchorLayout(element)) 1096(CommonProperties.GetNeedsAnchorLayout(element) || (UseAnchorLayoutV2(element) && ((Control)element)._childControlsNeedAnchorLayout)))