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