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