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