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