1 instantiation of WNDCLASSEX
PresentationFramework (1)
System\Windows\Standard\MessageWindow.cs (1)
48var wc = new WNDCLASSEX
4 references to WNDCLASSEX
PresentationFramework (4)
System\Windows\Standard\MessageWindow.cs (2)
48var wc = new WNDCLASSEX 50cbSize = Marshal.SizeOf(typeof(WNDCLASSEX)),
System\Windows\Standard\NativeMethods.cs (2)
2976private static extern short _RegisterClassEx([In] ref WNDCLASSEX lpwcx); 2982public static short RegisterClassEx(ref WNDCLASSEX lpwcx)