1 instantiation of WNDCLASS
System (1)
compmod\microsoft\win32\SystemEvents.cs (1)
393NativeMethods.WNDCLASS tempwndclass = new NativeMethods.WNDCLASS();
4 references to WNDCLASS
System (4)
compmod\microsoft\win32\SystemEvents.cs (3)
53private static volatile NativeMethods.WNDCLASS staticwndclass; 378private NativeMethods.WNDCLASS WndClass { 393NativeMethods.WNDCLASS tempwndclass = new NativeMethods.WNDCLASS();
compmod\microsoft\win32\UnsafeNativeMethods.cs (1)
135public static extern short RegisterClass(NativeMethods.WNDCLASS wc);