5 references to UseAnchorLayoutV2
System.Windows.Forms (5)
System\Windows\Forms\Layout\DefaultLayout.cs (5)
153
return
UseAnchorLayoutV2
(element)
720
if (
UseAnchorLayoutV2
(element))
983
if (
UseAnchorLayoutV2
(element))
1097
(CommonProperties.GetNeedsAnchorLayout(element) || (
UseAnchorLayoutV2
(element) && ((Control)element)._childControlsNeedAnchorLayout)))
1114
bool useV2Layout =
UseAnchorLayoutV2
(container);