2 writes to _circleToNodeShape
PresentationCore (2)
Core\CSharp\MS\Internal\Ink\EllipticalNodeOperations.cs (2)
47
_circleToNodeShape
= _transform;
73
_circleToNodeShape
= _nodeShapeToCircle;
4 references to _circleToNodeShape
PresentationCore (4)
Core\CSharp\MS\Internal\Ink\EllipticalNodeOperations.cs (4)
74
_circleToNodeShape
.Invert();
156
if (
_circleToNodeShape
.IsIdentity == false)
158
vectorToLeftTangent =
_circleToNodeShape
.Transform(vectorToLeftTangent);
159
vectorToRightTangent =
_circleToNodeShape
.Transform(vectorToRightTangent);