3 writes to Point1
PresentationCore (3)
System\Windows\Media\BezierSegment.cs (2)
27Point1 = point1; 36Point1 = point1;
System\Windows\Media\PathStreamGeometryContext.cs (1)
394bSegment.Point1 = _currentSegmentPoints[0];
5 references to Point1
PresentationCore (3)
System\Windows\Media\BezierSegment.cs (3)
58Point pt1 = Point1; 78ctx.BezierTo(Point1, Point2, Point3, IsStroked, IsSmoothJoin); 102Point1,
ReachFramework (2)
Serialization\VisualSerializer.cs (2)
1066AppendPoint(rslt, b.Point1, Matrix.Identity); 1283AppendPoint(rslt, b.Point1, map);