3 writes to Point3
PresentationCore (3)
System\Windows\Media\BezierSegment.cs (2)
29Point3 = point3; 38Point3 = point3;
System\Windows\Media\PathStreamGeometryContext.cs (1)
396bSegment.Point3 = _currentSegmentPoints[2];
6 references to Point3
PresentationCore (3)
System\Windows\Media\BezierSegment.cs (3)
50current = Point3; 78ctx.BezierTo(Point1, Point2, Point3, IsStroked, IsSmoothJoin); 104Point3
PresentationFramework (1)
System\Windows\Documents\FixedSOMPageConstructor.cs (1)
972lastPoint = (pathSegment as BezierSegment).Point3;
ReachFramework (2)
Serialization\VisualSerializer.cs (2)
1070AppendPoint(rslt, b.Point3, Matrix.Identity); 1287AppendPoint(rslt, b.Point3, map);