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(); 150if (!_circleToNodeShape.IsIdentity) 152vectorToLeftTangent = _circleToNodeShape.Transform(vectorToLeftTangent); 153vectorToRightTangent = _circleToNodeShape.Transform(vectorToRightTangent);