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