6 writes to _forceAnchorCalculations
System.Windows.Forms (6)
System\Windows\Forms\Control.cs (6)
4223_forceAnchorCalculations = AppContextSwitches.AnchorLayoutV2; // Parent has changed. AnchorsInfo should be recalculated. 4230_forceAnchorCalculations = false; 9971_forceAnchorCalculations = AppContextSwitches.AnchorLayoutV2; 9978_forceAnchorCalculations = false; 10019_forceAnchorCalculations = AppContextSwitches.AnchorLayoutV2; 10026_forceAnchorCalculations = false;
1 reference to _forceAnchorCalculations
System.Windows.Forms (1)
System\Windows\Forms\Layout\DefaultLayout.cs (1)
860if (anchorInfo is not null && !control._forceAnchorCalculations)