3 writes to Point3
PresentationCore (3)
System\Windows\Media\BezierSegment.cs (2)
48Point3 = point3; 57Point3 = point3;
System\Windows\Media\PathStreamGeometryContext.cs (1)
413bSegment.Point3 = _currentSegmentPoints[2];
6 references to Point3
PresentationCore (3)
System\Windows\Media\BezierSegment.cs (3)
69current = Point3; 97ctx.BezierTo(Point1, Point2, Point3, IsStroked, IsSmoothJoin); 123Point3
PresentationFramework (1)
System\Windows\Documents\FixedSOMPageConstructor.cs (1)
977lastPoint = (pathSegment as BezierSegment).Point3;
ReachFramework (2)
Serialization\VisualSerializer.cs (2)
1078AppendPoint(rslt, b.Point3, Matrix.Identity); 1295AppendPoint(rslt, b.Point3, map);