3 references to stateParentChanged
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ContainerControl.cs (3)
953
state[
stateParentChanged
] = !RequiredScalingEnabled;
1011
state[
stateParentChanged
] = false;
1108
bool scaleUs = (requestingControl != this || state[
stateParentChanged
]);