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