2 writes to Point
PresentationCore (2)
System\Windows\Media\ArcSegment.cs (1)
45Point = point;
System\Windows\Media\PathStreamGeometryContext.cs (1)
248segment.Point = point;
8 references to Point
PresentationCore (3)
System\Windows\Media\ArcSegment.cs (3)
57Point endPoint = Point; 123ctx.ArcTo(Point, Size, RotationAngle, IsLargeArc, SweepDirection, IsStroked, IsSmoothJoin); 151Point);
PresentationFramework (1)
System\Windows\Documents\FixedSOMPageConstructor.cs (1)
968lastPoint = (pathSegment as ArcSegment).Point;
ReachFramework (4)
Serialization\VisualSerializer.cs (4)
1083WriteAttr("Points", a.Point); 1090WriteAttr("Point", a.Point); 1302AppendPoint(rslt, a.Point, map); 1316AppendPoint(rslt, a.Point, map);