6 references to WS_DISABLED
System.Windows.Forms (5)
System\Windows\Forms\Control.cs (1)
1620cp.Style |= (int)WINDOW_STYLE.WS_DISABLED;
System\Windows\Forms\Form.cs (3)
763if (IsHandleCreated && WindowStyle.HasFlag(WINDOW_STYLE.WS_DISABLED)) 766cp.Style |= (int)WINDOW_STYLE.WS_DISABLED; 771cp.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;