2 writes to _radius
PresentationCore (2)
MS\Internal\Ink\ContourSegment.cs (2)
30_radius = new Vector(0, 0); 43_radius = center - begin;
3 references to _radius
PresentationCore (3)
MS\Internal\Ink\ContourSegment.cs (3)
47internal bool IsArc { get { return (_radius.X != 0) || (_radius.Y != 0); } } 60internal Vector Radius { get { return _radius; } }