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