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(); 155if (_circleToNodeShape.IsIdentity == false) 157vectorToLeftTangent = _circleToNodeShape.Transform(vectorToLeftTangent); 158vectorToRightTangent = _circleToNodeShape.Transform(vectorToRightTangent);