6 writes to _forceAnchorCalculations
System.Windows.Forms (6)
System\Windows\Forms\Control.cs (6)
4225_forceAnchorCalculations = LocalAppContextSwitches.AnchorLayoutV2; // Parent has changed. AnchorsInfo should be recalculated. 4232_forceAnchorCalculations = false; 9973_forceAnchorCalculations = LocalAppContextSwitches.AnchorLayoutV2; 9980_forceAnchorCalculations = false; 10021_forceAnchorCalculations = LocalAppContextSwitches.AnchorLayoutV2; 10028_forceAnchorCalculations = false;
1 reference to _forceAnchorCalculations
System.Windows.Forms (1)
System\Windows\Forms\Layout\DefaultLayout.cs (1)
861if (anchorInfo is not null && !control._forceAnchorCalculations)