1 instantiation of WNDCLASS_I
System (1)
compmod\microsoft\win32\SystemEvents.cs (1)
436NativeMethods.WNDCLASS_I wndclassi = new NativeMethods.WNDCLASS_I();
2 references to WNDCLASS_I
System (2)
compmod\microsoft\win32\SystemEvents.cs (1)
436NativeMethods.WNDCLASS_I wndclassi = new NativeMethods.WNDCLASS_I();
compmod\microsoft\win32\UnsafeNativeMethods.cs (1)
74public static extern bool GetClassInfo(HandleRef hInst, string lpszClass, [In, Out] NativeMethods.WNDCLASS_I wc);