6 references to Enabled
System.Windows.Forms (6)
System\Windows\Forms\Control.cs (5)
317_state = States.Visible | States.Enabled | States.TabStop | States.CausesValidation; 1827if (!GetState(States.Enabled)) 1843SetState(States.Enabled, value); 7158if (GetState(States.Enabled)) 10759return (!GetState(States.Enabled));
System\Windows\Forms\MDI\MDIClient.cs (1)
106SetState(States.Enabled, false);