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