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