2 writes to _currentSegmentPoints
PresentationCore (2)
Core\CSharp\System\Windows\Media\PathStreamGeometryContext.cs (2)
365_currentSegmentPoints = new PointCollection(); 464_currentSegmentPoints = null;
20 references to _currentSegmentPoints
PresentationCore (20)
Core\CSharp\System\Windows\Media\PathStreamGeometryContext.cs (20)
179_currentSegmentPoints.Add(point); 193_currentSegmentPoints.Add(point1); 194_currentSegmentPoints.Add(point2); 208_currentSegmentPoints.Add(point1); 209_currentSegmentPoints.Add(point2); 210_currentSegmentPoints.Add(point3); 320Debug.Assert(_currentSegmentPoints == null); 337_currentSegmentPoints.Add(points[i]); 363if (_currentSegmentPoints == null) 374if (_currentSegmentPoints != null) 378int count = _currentSegmentPoints.Count; 400lSegment.Point = _currentSegmentPoints[0]; 406pSegment.Points = _currentSegmentPoints; 414bSegment.Point1 = _currentSegmentPoints[0]; 415bSegment.Point2 = _currentSegmentPoints[1]; 416bSegment.Point3 = _currentSegmentPoints[2]; 424pSegment.Points = _currentSegmentPoints; 432qSegment.Point1 = _currentSegmentPoints[0]; 433qSegment.Point2 = _currentSegmentPoints[1]; 441pSegment.Points = _currentSegmentPoints;