3 writes to Point2
PresentationCore (3)
Core\CSharp\System\Windows\Media\BezierSegment.cs (2)
50
Point2
= point2;
59
Point2
= point2;
Core\CSharp\System\Windows\Media\PathStreamGeometryContext.cs (1)
415
bSegment.
Point2
= _currentSegmentPoints[1];
3 references to Point2
PresentationCore (3)
Core\CSharp\System\Windows\Media\BezierSegment.cs (3)
83
Point pt2 =
Point2
;
100
ctx.BezierTo(Point1,
Point2
, Point3, IsStroked, IsSmoothJoin);
125
Point2
,