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