3 writes to Point2
PresentationCore (3)
System\Windows\Media\BezierSegment.cs (2)
47Point2 = point2; 56Point2 = point2;
System\Windows\Media\PathStreamGeometryContext.cs (1)
412bSegment.Point2 = _currentSegmentPoints[1];
5 references to Point2
PresentationCore (3)
System\Windows\Media\BezierSegment.cs (3)
80Point pt2 = Point2; 97ctx.BezierTo(Point1, Point2, Point3, IsStroked, IsSmoothJoin); 122Point2,
ReachFramework (2)
Serialization\VisualSerializer.cs (2)
1076AppendPoint(rslt, b.Point2, Matrix.Identity); 1293AppendPoint(rslt, b.Point2, map);