2 writes to _circleToNodeShape
PresentationCore (2)
MS\Internal\Ink\EllipticalNodeOperations.cs (2)
41
_circleToNodeShape
= _transform;
67
_circleToNodeShape
= _nodeShapeToCircle;
4 references to _circleToNodeShape
PresentationCore (4)
MS\Internal\Ink\EllipticalNodeOperations.cs (4)
68
_circleToNodeShape
.Invert();
150
if (!
_circleToNodeShape
.IsIdentity)
152
vectorToLeftTangent =
_circleToNodeShape
.Transform(vectorToLeftTangent);
153
vectorToRightTangent =
_circleToNodeShape
.Transform(vectorToRightTangent);