4 references to stateScalingChild
System.Windows.Forms (4)
winforms\Managed\System\WinForms\ContainerControl.cs (4)
52
private static readonly int stateParentChanged = BitVector32.CreateMask(
stateScalingChild
); // Flagged when a parent changes so we can adpat our scaling logic to match
853
if (!state[
stateScalingChild
] && !performLayout && AutoScaleMode != AutoScaleMode.None && AutoScaleMode != AutoScaleMode.Inherit && state[stateScalingNeededOnLayout]) {
854
state[
stateScalingChild
] = true;
859
state[
stateScalingChild
] = false;