1 instantiation of WNDCLASS_D
System.Windows.Forms (1)
winforms\Managed\System\WinForms\NativeWindow.cs (1)
1570
NativeMethods.WNDCLASS_D wndclass = new NativeMethods.
WNDCLASS_D
();
2 references to WNDCLASS_D
System.Windows.Forms (2)
winforms\Managed\System\WinForms\NativeWindow.cs (1)
1570
NativeMethods.
WNDCLASS_D
wndclass = new NativeMethods.WNDCLASS_D();
winforms\Managed\System\WinForms\UnsafeNativeMethods.cs (1)
1629
public static extern short RegisterClass(NativeMethods.
WNDCLASS_D
wc);