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