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