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