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