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