3 writes to WindowStyle
System.Windows.Forms (3)
System\Windows\Forms\Control.cs (1)
10954
WindowStyle
= (WINDOW_STYLE)cp.Style;
System\Windows\Forms\Controls\Labels\Label.cs (1)
806
WindowStyle
= style;
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDown.cs (1)
1558
WindowStyle
= styleFlags;
4 references to WindowStyle
System.Windows.Forms (4)
System\Windows\Forms\Control.cs (1)
10943
WINDOW_STYLE currentStyle =
WindowStyle
;
System\Windows\Forms\Controls\Labels\Label.cs (1)
796
WINDOW_STYLE style =
WindowStyle
;
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDown.cs (1)
1543
WINDOW_STYLE styleFlags =
WindowStyle
;
System\Windows\Forms\Form.cs (1)
764
if (IsHandleCreated &&
WindowStyle
.HasFlag(WINDOW_STYLE.WS_DISABLED))