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