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