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