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