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