2 writes to _currentSegmentPoints
PresentationCore (2)
System\Windows\Media\PathStreamGeometryContext.cs (2)
346_currentSegmentPoints = new PointCollection(); 457_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); 301Debug.Assert(_currentSegmentPoints == null); 318_currentSegmentPoints.Add(points[i]); 344if (_currentSegmentPoints == null) 355if (_currentSegmentPoints != null) 359int count = _currentSegmentPoints.Count; 382Point = _currentSegmentPoints[0] 390Points = _currentSegmentPoints 400Point1 = _currentSegmentPoints[0], 401Point2 = _currentSegmentPoints[1], 402Point3 = _currentSegmentPoints[2] 412Points = _currentSegmentPoints 422Point1 = _currentSegmentPoints[0], 423Point2 = _currentSegmentPoints[1] 433Points = _currentSegmentPoints