6 writes to _forceAnchorCalculations
System.Windows.Forms (6)
System\Windows\Forms\Control.cs (6)
4528_forceAnchorCalculations = AppContextSwitches.AnchorLayoutV2; // Parent has changed. AnchorsInfo should be recalculated. 4535_forceAnchorCalculations = false; 10796_forceAnchorCalculations = AppContextSwitches.AnchorLayoutV2; 10803_forceAnchorCalculations = false; 10844_forceAnchorCalculations = AppContextSwitches.AnchorLayoutV2; 10851_forceAnchorCalculations = false;
1 reference to _forceAnchorCalculations
System.Windows.Forms (1)
System\Windows\Forms\Layout\DefaultLayout.cs (1)
868if (anchorInfo is not null && !control._forceAnchorCalculations)