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