2 instantiations of WNDCLASS_I
System.Windows.Forms (2)
winforms\Managed\System\WinForms\NativeWindow.cs (2)
1597NativeMethods.WNDCLASS_I wcls = new NativeMethods.WNDCLASS_I(); 1634NativeMethods.WNDCLASS_I wcls = new NativeMethods.WNDCLASS_I();
3 references to WNDCLASS_I
System.Windows.Forms (3)
winforms\Managed\System\WinForms\NativeWindow.cs (2)
1597NativeMethods.WNDCLASS_I wcls = new NativeMethods.WNDCLASS_I(); 1634NativeMethods.WNDCLASS_I wcls = new NativeMethods.WNDCLASS_I();
winforms\Managed\System\WinForms\UnsafeNativeMethods.cs (1)
1122public static extern bool GetClassInfo(HandleRef hInst, string lpszClass, [In, Out] NativeMethods.WNDCLASS_I wc);