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