3 writes to Point3
PresentationCore (3)
System\Windows\Media\BezierSegment.cs (2)
28Point3 = point3; 37Point3 = point3;
System\Windows\Media\PathStreamGeometryContext.cs (1)
401Point3 = _currentSegmentPoints[2]
6 references to Point3
PresentationCore (3)
System\Windows\Media\BezierSegment.cs (3)
49current = Point3; 77ctx.BezierTo(Point1, Point2, Point3, IsStroked, IsSmoothJoin); 103Point3
PresentationFramework (1)
System\Windows\Documents\FixedSOMPageConstructor.cs (1)
973lastPoint = (pathSegment as BezierSegment).Point3;
ReachFramework (2)
Serialization\VisualSerializer.cs (2)
1070AppendPoint(rslt, b.Point3, Matrix.Identity); 1287AppendPoint(rslt, b.Point3, map);