2 writes to _circleToNodeShape
PresentationCore (2)
MS\Internal\Ink\EllipticalNodeOperations.cs (2)
46
_circleToNodeShape
= _transform;
72
_circleToNodeShape
= _nodeShapeToCircle;
4 references to _circleToNodeShape
PresentationCore (4)
MS\Internal\Ink\EllipticalNodeOperations.cs (4)
73
_circleToNodeShape
.Invert();
155
if (
_circleToNodeShape
.IsIdentity == false)
157
vectorToLeftTangent =
_circleToNodeShape
.Transform(vectorToLeftTangent);
158
vectorToRightTangent =
_circleToNodeShape
.Transform(vectorToRightTangent);