5 references to Subtract
PresentationCore (5)
Core\CSharp\MS\Internal\Media3D\LineUtil.cs (4)
420
Point3D.
Subtract
(ref v1, ref v0, out e1);
422
Point3D.
Subtract
(ref v2, ref v0, out e2);
432
Point3D.
Subtract
(ref origin, ref v0, out s);
436
Point3D.
Subtract
(ref v0, ref origin, out s);
Core\CSharp\System\Windows\Media3D\Point3D.cs (1)
149
Subtract
(ref point1, ref point2, out v);