3 writes to WindowStyle
System.Windows.Forms (3)
winforms\Managed\System\WinForms\Control.cs (1)
12748WindowStyle = cp.Style;
winforms\Managed\System\WinForms\Label.cs (1)
1014this.WindowStyle = style;
winforms\Managed\System\WinForms\ToolStripDropDown.cs (1)
1782WindowStyle = styleFlags;
4 references to WindowStyle
System.Windows.Forms (4)
winforms\Managed\System\WinForms\Control.cs (1)
12740int winStyle = WindowStyle;
winforms\Managed\System\WinForms\Form.cs (1)
996if (this.IsHandleCreated && (this.WindowStyle & NativeMethods.WS_DISABLED) != 0)
winforms\Managed\System\WinForms\Label.cs (1)
1006int style = this.WindowStyle;
winforms\Managed\System\WinForms\ToolStripDropDown.cs (1)
1769int styleFlags = WindowStyle;