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