3 references to Size3D
PresentationCore (3)
Core\CSharp\System\Windows\Media3D\Generated\Size3D.cs (1)
202value = new Size3D(
Core\CSharp\System\Windows\Media3D\Rect3D.cs (1)
188return new Size3D(_sizeX, _sizeY, _sizeZ);
Core\CSharp\System\Windows\Media3D\Vector3D.cs (1)
473return new Size3D(Math.Abs(vector._x), Math.Abs(vector._y), Math.Abs(vector._z));