3 writes to Point1
PresentationCore (3)
Core\CSharp\System\Windows\Media\PathStreamGeometryContext.cs (1)
432qSegment.Point1 = _currentSegmentPoints[0];
Core\CSharp\System\Windows\Media\QuadraticBezierSegment.cs (2)
48Point1 = point1; 58Point1 = point1;
3 references to Point1
PresentationCore (3)
Core\CSharp\System\Windows\Media\QuadraticBezierSegment.cs (3)
80Point pt1 = Point1; 97ctx.QuadraticBezierTo(Point1, Point2, IsStroked, IsSmoothJoin); 123Point1,