6 references to WS_DISABLED
System.Windows.Forms (5)
System\Windows\Forms\Control.cs (1)
1448cp.Style |= (int)WINDOW_STYLE.WS_DISABLED;
System\Windows\Forms\Form.cs (3)
760if (IsHandleCreated && WindowStyle.HasFlag(WINDOW_STYLE.WS_DISABLED)) 763cp.Style |= (int)WINDOW_STYLE.WS_DISABLED; 768cp.Style &= ~(int)WINDOW_STYLE.WS_DISABLED;
System\Windows\Forms\MDI\MDIClient.cs (1)
101cp.Style |= (int)WINDOW_STYLE.WS_DISABLED;
System.Windows.Forms.Design (1)
System\ComponentModel\Design\DesignerActionUI.DesignerActionToolStripDropDown.cs (1)
221return (style & (int)WINDOW_STYLE.WS_DISABLED) == 0;