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