3 writes to Point
PresentationCore (3)
System\Windows\Media\LineSegment.cs (2)
28Point = point; 35Point = point;
System\Windows\Media\PathStreamGeometryContext.cs (1)
382Point = _currentSegmentPoints[0]
7 references to Point
PresentationCore (3)
System\Windows\Media\LineSegment.cs (3)
48current = Point; 68ctx.LineTo(Point, IsStroked, IsSmoothJoin); 87return "L" + ((IFormattable)Point).ToString(format, provider);
PresentationFramework (1)
System\Windows\Documents\FixedSOMPageConstructor.cs (1)
978Point endPoint = (pathSegment as LineSegment).Point;
ReachFramework (3)
AlphaFlattener\Utility.cs (1)
555q = seg.Point;
Serialization\VisualSerializer.cs (2)
1056WriteAttr("Points", l.Point); 1276AppendPoint(rslt, l.Point, map);