2 writes to _radius
PresentationCore (2)
Core\CSharp\MS\Internal\Ink\ContourSegment.cs (2)
31_radius = new Vector(0, 0); 44_radius = center - begin;
3 references to _radius
PresentationCore (3)
Core\CSharp\MS\Internal\Ink\ContourSegment.cs (3)
48internal bool IsArc { get { return (_radius.X != 0) || (_radius.Y != 0); } } 61internal Vector Radius { get { return _radius; } }