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)
47
internal bool IsArc { get { return (
_radius
.X != 0) || (
_radius
.Y != 0); } }
60
internal Vector Radius { get { return
_radius
; } }