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