5 references to WS_DISABLED
System.Windows.Forms (5)
winforms\Managed\System\WinForms\Control.cs (1)
1894if (!Enabled) cp.Style |= NativeMethods.WS_DISABLED;
winforms\Managed\System\WinForms\Form.cs (3)
996if (this.IsHandleCreated && (this.WindowStyle & NativeMethods.WS_DISABLED) != 0) 999cp.Style |= NativeMethods.WS_DISABLED; 1005cp.Style &= (~NativeMethods.WS_DISABLED);
winforms\Managed\System\WinForms\MDIClient.cs (1)
123cp.Style |= NativeMethods.WS_DISABLED;