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(); 151if (_circleToNodeShape.IsIdentity == false) 153vectorToLeftTangent = _circleToNodeShape.Transform(vectorToLeftTangent); 154vectorToRightTangent = _circleToNodeShape.Transform(vectorToRightTangent);