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