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