2 writes to Point
PresentationCore (2)
System\Windows\Media\ArcSegment.cs (1)
61Point = point;
System\Windows\Media\PathStreamGeometryContext.cs (1)
265segment.Point = point;
8 references to Point
PresentationCore (3)
System\Windows\Media\ArcSegment.cs (3)
73Point endPoint = Point; 139ctx.ArcTo(Point, Size, RotationAngle, IsLargeArc, SweepDirection, IsStroked, IsSmoothJoin); 167Point);
PresentationFramework (1)
System\Windows\Documents\FixedSOMPageConstructor.cs (1)
973lastPoint = (pathSegment as ArcSegment).Point;
ReachFramework (4)
Serialization\VisualSerializer.cs (4)
1091WriteAttr("Points", a.Point); 1098WriteAttr("Point", a.Point); 1310AppendPoint(rslt, a.Point, map); 1324AppendPoint(rslt, a.Point, map);