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