2 references to AnchorLayoutV2SwitchName
System.Windows.Forms (1)
System\Windows\Forms\Layout\DefaultLayout.cs (1)
833Debug.Assert(AppContextSwitches.AnchorLayoutV2, $"AnchorLayoutV2 should be called only when {AppContextSwitches.AnchorLayoutV2SwitchName} is enabled.");
System.Windows.Forms.Primitives (1)
System\LocalAppContextSwitches\LocalAppContextSwitches.cs (1)
151get => GetCachedSwitchValue(AnchorLayoutV2SwitchName, ref s_anchorLayoutV2);