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