6 references to UseAnchorLayoutV2
System.Windows.Forms (6)
System\Windows\Forms\Layout\DefaultLayout.cs (6)
152
return
UseAnchorLayoutV2
(element)
368
if (
UseAnchorLayoutV2
(element) && GetAnchorInfo(element) is null)
724
if (
UseAnchorLayoutV2
(element))
990
if (
UseAnchorLayoutV2
(element))
1104
(CommonProperties.GetNeedsAnchorLayout(element) || (
UseAnchorLayoutV2
(element) && ((Control)element)._childControlsNeedAnchorLayout)))
1121
bool useV2Layout =
UseAnchorLayoutV2
(container);