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