2 writes to _currentSegmentPoints
PresentationCore (2)
System\Windows\Media\PathStreamGeometryContext.cs (2)
345_currentSegmentPoints = new PointCollection(); 444_currentSegmentPoints = null;
20 references to _currentSegmentPoints
PresentationCore (20)
System\Windows\Media\PathStreamGeometryContext.cs (20)
159_currentSegmentPoints.Add(point); 173_currentSegmentPoints.Add(point1); 174_currentSegmentPoints.Add(point2); 188_currentSegmentPoints.Add(point1); 189_currentSegmentPoints.Add(point2); 190_currentSegmentPoints.Add(point3); 300Debug.Assert(_currentSegmentPoints == null); 317_currentSegmentPoints.Add(points[i]); 343if (_currentSegmentPoints == null) 354if (_currentSegmentPoints != null) 358int count = _currentSegmentPoints.Count; 380lSegment.Point = _currentSegmentPoints[0]; 386pSegment.Points = _currentSegmentPoints; 394bSegment.Point1 = _currentSegmentPoints[0]; 395bSegment.Point2 = _currentSegmentPoints[1]; 396bSegment.Point3 = _currentSegmentPoints[2]; 404pSegment.Points = _currentSegmentPoints; 412qSegment.Point1 = _currentSegmentPoints[0]; 413qSegment.Point2 = _currentSegmentPoints[1]; 421pSegment.Points = _currentSegmentPoints;