3 references to s_stateParentChanged
System.Windows.Forms (3)
System\Windows\Forms\Layout\Containers\ContainerControl.cs (3)
923
_state[
s_stateParentChanged
] = !RequiredScalingEnabled;
1001
_state[
s_stateParentChanged
] = false;
1113
bool scaleUs = (requestingControl != this || _state[
s_stateParentChanged
] || causedByFontChanged);