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)
860
if (anchorInfo is not null && !control.
_forceAnchorCalculations
)