8 writes to ClassStyle
System.Windows.Forms (7)
System\Windows\Forms\Control.cs (2)
1399
cp.
ClassStyle
= 0;
1413
cp.
ClassStyle
= (int)WNDCLASS_STYLES.CS_DBLCLKS;
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.DropDownHolder.cs (1)
74
cp.
ClassStyle
|= (int)WNDCLASS_STYLES.CS_DROPSHADOW;
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDown.cs (2)
208
cp.
ClassStyle
|= (int)WNDCLASS_STYLES.CS_DROPSHADOW;
242
cp.
ClassStyle
|= (int)WNDCLASS_STYLES.CS_SAVEBITS;
System\Windows\Forms\ErrorProvider\ErrorProvider.ErrorWindow.cs (1)
95
ClassStyle
= (int)WNDCLASS_STYLES.CS_DBLCLKS,
System\Windows\Forms\Timer.cs (1)
219
ClassStyle
= 0,
System.Windows.Forms.Design (1)
System\ComponentModel\Design\DesignerActionPanel.EditorPropertyLine.FlyoutDialog.cs (1)
64
cp.
ClassStyle
|= (int)WNDCLASS_STYLES.CS_SAVEBITS;
2 references to ClassStyle
System.Windows.Forms (1)
System\Windows\Forms\NativeWindow.cs (1)
402
WindowClass windowClass = WindowClass.FindOrCreate(cp.ClassName, (WNDCLASS_STYLES)cp.
ClassStyle
);
WindowsFormsIntegration (1)
System\Windows\Integration\ElementHost.cs (1)
568
WindowClassStyle = cp.
ClassStyle
,