5 references to UseAnchorLayoutV2
System.Windows.Forms (5)
System\Windows\Forms\Layout\DefaultLayout.cs (5)
152
return
UseAnchorLayoutV2
(element)
719
if (
UseAnchorLayoutV2
(element))
982
if (
UseAnchorLayoutV2
(element))
1096
(CommonProperties.GetNeedsAnchorLayout(element) || (
UseAnchorLayoutV2
(element) && ((Control)element)._childControlsNeedAnchorLayout)))
1113
bool useV2Layout =
UseAnchorLayoutV2
(container);