6 writes to _forceAnchorCalculations
System.Windows.Forms (6)
System\Windows\Forms\Control.cs (6)
4224_forceAnchorCalculations = LocalAppContextSwitches.AnchorLayoutV2; // Parent has changed. AnchorsInfo should be recalculated. 4231_forceAnchorCalculations = false; 9940_forceAnchorCalculations = LocalAppContextSwitches.AnchorLayoutV2; 9947_forceAnchorCalculations = false; 9988_forceAnchorCalculations = LocalAppContextSwitches.AnchorLayoutV2; 9995_forceAnchorCalculations = false;
1 reference to _forceAnchorCalculations
System.Windows.Forms (1)
System\Windows\Forms\Layout\DefaultLayout.cs (1)
861if (anchorInfo is not null && !control._forceAnchorCalculations)