3 writes to Point
PresentationCore (3)
System\Windows\Media\LineSegment.cs (2)
28Point = point; 35Point = point;
System\Windows\Media\PathStreamGeometryContext.cs (1)
380lSegment.Point = _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)
976Point endPoint = (pathSegment as LineSegment).Point;
ReachFramework (3)
AlphaFlattener\Utility.cs (1)
555q = seg.Point;
Serialization\VisualSerializer.cs (2)
1055WriteAttr("Points", l.Point); 1275AppendPoint(rslt, l.Point, map);