3 writes to Point1
PresentationCore (3)
Core\CSharp\System\Windows\Media\BezierSegment.cs (2)
49
Point1
= point1;
58
Point1
= point1;
Core\CSharp\System\Windows\Media\PathStreamGeometryContext.cs (1)
414
bSegment.
Point1
= _currentSegmentPoints[0];
3 references to Point1
PresentationCore (3)
Core\CSharp\System\Windows\Media\BezierSegment.cs (3)
80
Point pt1 =
Point1
;
100
ctx.BezierTo(
Point1
, Point2, Point3, IsStroked, IsSmoothJoin);
124
Point1
,