7 writes to ClassStyle
System.Windows.Forms (7)
winforms\Managed\System\WinForms\Control.cs (2)
1864cp.ClassStyle = 0; 1876cp.ClassStyle = NativeMethods.CS_DBLCLKS;
winforms\Managed\System\WinForms\ErrorProvider.cs (1)
949cparams.ClassStyle = NativeMethods.CS_DBLCLKS;
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (1)
5500cp.ClassStyle |= NativeMethods.CS_DROPSHADOW;
winforms\Managed\System\WinForms\Timer.cs (1)
326cp.ClassStyle = 0;
winforms\Managed\System\WinForms\ToolStripDropDown.cs (2)
322cp.ClassStyle |= NativeMethods.CS_DROPSHADOW; 349cp.ClassStyle |= NativeMethods.CS_SAVEBITS;
1 reference to ClassStyle
System.Windows.Forms (1)
winforms\Managed\System\WinForms\NativeWindow.cs (1)
724WindowClass windowClass = WindowClass.Create(cp.ClassName, cp.ClassStyle);