1 instantiation of SIZE
PresentationFramework (1)
src\Framework\System\Windows\Standard\NativeMethods.cs (1)
2139
get { return new
SIZE
{ cx = Width, cy = Height }; }
3 references to SIZE
PresentationFramework (3)
src\Framework\System\Windows\Standard\NativeMethods.cs (3)
2137
public
SIZE
Size
3775
[In] ref
SIZE
psize,
3809
ref
SIZE
psize,