6 references to Enabled
System.Windows.Forms (6)
System\Windows\Forms\Control.cs (5)
325
_state = States.Visible | States.
Enabled
| States.TabStop | States.CausesValidation;
1849
return GetState(States.
Enabled
) && (ParentInternal is null || ParentInternal.Enabled);
1854
SetState(States.
Enabled
, value);
7053
if (GetState(States.
Enabled
))
10596
private bool ShouldSerializeEnabled() => !GetState(States.
Enabled
);
System\Windows\Forms\MDI\MDIClient.cs (1)
104
SetState(States.
Enabled
, false);