5 references to Subtract
PresentationCore (5)
MS\Internal\Media3D\LineUtil.cs (4)
419
Point3D.
Subtract
(ref v1, ref v0, out e1);
421
Point3D.
Subtract
(ref v2, ref v0, out e2);
431
Point3D.
Subtract
(ref origin, ref v0, out s);
435
Point3D.
Subtract
(ref v0, ref origin, out s);
System\Windows\Media3D\Point3D.cs (1)
146
Subtract
(ref point1, ref point2, out v);