3 writes to Point3
PresentationCore (3)
Core\CSharp\System\Windows\Media\BezierSegment.cs (2)
51Point3 = point3; 60Point3 = point3;
Core\CSharp\System\Windows\Media\PathStreamGeometryContext.cs (1)
416bSegment.Point3 = _currentSegmentPoints[2];
4 references to Point3
PresentationCore (3)
Core\CSharp\System\Windows\Media\BezierSegment.cs (3)
72current = Point3; 100ctx.BezierTo(Point1, Point2, Point3, IsStroked, IsSmoothJoin); 126Point3
PresentationFramework (1)
src\Framework\System\Windows\Documents\FixedSOMPageConstructor.cs (1)
986lastPoint = (pathSegment as BezierSegment).Point3;