6 references to Enabled
System.Windows.Forms (6)
System\Windows\Forms\Control.cs (5)
317
_state = States.Visible | States.
Enabled
| States.TabStop | States.CausesValidation;
1753
return GetState(States.
Enabled
) && (ParentInternal is null || ParentInternal.Enabled);
1758
SetState(States.
Enabled
, value);
6957
if (GetState(States.
Enabled
))
10478
private bool ShouldSerializeEnabled() => !GetState(States.
Enabled
);
System\Windows\Forms\MDI\MDIClient.cs (1)
106
SetState(States.
Enabled
, false);