3 writes to Point1
PresentationCore (3)
System\Windows\Media\BezierSegment.cs (2)
46Point1 = point1; 55Point1 = point1;
System\Windows\Media\PathStreamGeometryContext.cs (1)
411bSegment.Point1 = _currentSegmentPoints[0];
5 references to Point1
PresentationCore (3)
System\Windows\Media\BezierSegment.cs (3)
77Point pt1 = Point1; 97ctx.BezierTo(Point1, Point2, Point3, IsStroked, IsSmoothJoin); 121Point1,
ReachFramework (2)
Serialization\VisualSerializer.cs (2)
1074AppendPoint(rslt, b.Point1, Matrix.Identity); 1291AppendPoint(rslt, b.Point1, map);