2 writes to Point
PresentationCore (2)
Core\CSharp\System\Windows\Media\ArcSegment.cs (1)
63
Point
= point;
Core\CSharp\System\Windows\Media\PathStreamGeometryContext.cs (1)
268
segment.
Point
= point;
4 references to Point
PresentationCore (3)
Core\CSharp\System\Windows\Media\ArcSegment.cs (3)
80
Point endPoint =
Point
;
146
ctx.ArcTo(
Point
, Size, RotationAngle, IsLargeArc, SweepDirection, IsStroked, IsSmoothJoin);
174
Point
);
PresentationFramework (1)
src\Framework\System\Windows\Documents\FixedSOMPageConstructor.cs (1)
982
lastPoint = (pathSegment as ArcSegment).
Point
;