2 references to Disabled
System.Windows.Forms (2)
winforms\Managed\System\WinForms\GroupBox.cs (1)
521GroupBoxState gbState = Enabled ? GroupBoxState.Normal : GroupBoxState.Disabled;
winforms\Managed\System\WinForms\GroupBoxRenderer.cs (1)
324&& ((GroupBoxState)state == GroupBoxState.Disabled)