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