2 writes to _circleToNodeShape
PresentationCore (2)
MS\Internal\Ink\EllipticalNodeOperations.cs (2)
42
_circleToNodeShape
= _transform;
68
_circleToNodeShape
= _nodeShapeToCircle;
4 references to _circleToNodeShape
PresentationCore (4)
MS\Internal\Ink\EllipticalNodeOperations.cs (4)
69
_circleToNodeShape
.Invert();
151
if (
_circleToNodeShape
.IsIdentity == false)
153
vectorToLeftTangent =
_circleToNodeShape
.Transform(vectorToLeftTangent);
154
vectorToRightTangent =
_circleToNodeShape
.Transform(vectorToRightTangent);