6 references to GetNeedsAnchorLayout
System.Windows.Forms (6)
System\Windows\Forms\Layout\DefaultLayout.cs (6)
364if (!CommonProperties.GetNeedsAnchorLayout(element)) 623if (!anchor && CommonProperties.GetNeedsAnchorLayout(element)) 829if (!CommonProperties.GetNeedsAnchorLayout(control)) 905if (CommonProperties.GetNeedsAnchorLayout(element)) 956if (CommonProperties.GetNeedsAnchorLayout(element)) 1097(CommonProperties.GetNeedsAnchorLayout(element) || (UseAnchorLayoutV2(element) && ((Control)element)._childControlsNeedAnchorLayout)))