11 references to WNDCLASS_STYLES
System.Windows.Forms (9)
System\Windows\Forms\Control.cs (1)
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\NativeWindow.cs (1)
402
WindowClass windowClass = WindowClass.FindOrCreate(cp.ClassName, (
WNDCLASS_STYLES
)cp.ClassStyle);
System\Windows\Forms\NativeWindow.WindowClass.cs (3)
24
private readonly
WNDCLASS_STYLES
_classStyle;
35
internal WindowClass(string? className,
WNDCLASS_STYLES
classStyle)
60
internal static WindowClass FindOrCreate(string? className,
WNDCLASS_STYLES
classStyle)
System.Windows.Forms.Design (1)
System\ComponentModel\Design\DesignerActionPanel.EditorPropertyLine.FlyoutDialog.cs (1)
64
cp.ClassStyle |= (int)
WNDCLASS_STYLES
.CS_SAVEBITS;
System.Windows.Forms.Primitives (1)
_generated\650\Windows.Win32.WNDCLASSW.g.cs (1)
34
internal winmdroot.UI.WindowsAndMessaging.
WNDCLASS_STYLES
style;