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