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