3 writes to WindowStyle
System.Windows.Forms (3)
System\Windows\Forms\Control.cs (1)
11098WindowStyle = (WINDOW_STYLE)cp.Style;
System\Windows\Forms\Controls\Labels\Label.cs (1)
804WindowStyle = style;
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDown.cs (1)
1552WindowStyle = styleFlags;
4 references to WindowStyle
System.Windows.Forms (4)
System\Windows\Forms\Control.cs (1)
11087WINDOW_STYLE currentStyle = WindowStyle;
System\Windows\Forms\Controls\Labels\Label.cs (1)
794WINDOW_STYLE style = WindowStyle;
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDown.cs (1)
1537WINDOW_STYLE styleFlags = WindowStyle;
System\Windows\Forms\Form.cs (1)
760if (IsHandleCreated && WindowStyle.HasFlag(WINDOW_STYLE.WS_DISABLED))