2 writes to _currentSegmentPoints
PresentationCore (2)
System\Windows\Media\PathStreamGeometryContext.cs (2)
345_currentSegmentPoints = new PointCollection(); 456_currentSegmentPoints = null;
20 references to _currentSegmentPoints
PresentationCore (20)
System\Windows\Media\PathStreamGeometryContext.cs (20)
158_currentSegmentPoints.Add(point); 172_currentSegmentPoints.Add(point1); 173_currentSegmentPoints.Add(point2); 187_currentSegmentPoints.Add(point1); 188_currentSegmentPoints.Add(point2); 189_currentSegmentPoints.Add(point3); 300Debug.Assert(_currentSegmentPoints == null); 317_currentSegmentPoints.Add(points[i]); 343if (_currentSegmentPoints == null) 354if (_currentSegmentPoints != null) 358int count = _currentSegmentPoints.Count; 381Point = _currentSegmentPoints[0] 389Points = _currentSegmentPoints 399Point1 = _currentSegmentPoints[0], 400Point2 = _currentSegmentPoints[1], 401Point3 = _currentSegmentPoints[2] 411Points = _currentSegmentPoints 421Point1 = _currentSegmentPoints[0], 422Point2 = _currentSegmentPoints[1] 432Points = _currentSegmentPoints