18 references to state
System.Windows.Forms (18)
winforms\Managed\System\WinForms\ContainerControl.cs (18)
617
if( this.
state
[stateProcessingMnemonic]){
792
state
[stateScalingNeededOnLayout] = true;
853
if (!
state
[stateScalingChild] && !performLayout && AutoScaleMode != AutoScaleMode.None && AutoScaleMode != AutoScaleMode.Inherit &&
state
[stateScalingNeededOnLayout]) {
854
state
[stateScalingChild] = true;
859
state
[stateScalingChild] = false;
953
state
[stateParentChanged] = !RequiredScalingEnabled;
1008
state
[stateScalingNeededOnLayout] = false;
1011
state
[stateParentChanged] = false;
1024
if (
state
[stateScalingNeededOnLayout]) {
1025
PerformAutoScale(
state
[stateScalingNeededOnLayout], false);
1108
bool scaleUs = (requestingControl != this ||
state
[stateParentChanged]);
1258
this.
state
[stateProcessingMnemonic] = true;
1309
this.
state
[stateProcessingMnemonic] = false;
1599
if (
state
[stateValidating]) {
1781
if (
state
[stateValidating])
1792
this.
state
[stateValidating] = true;
1850
state
[stateValidating] = false;