1 write to _currentFigure
PresentationCore (1)
System\Windows\Media\PathStreamGeometryContext.cs (1)
125_currentFigure = new PathFigure();
15 references to _currentFigure
PresentationCore (15)
System\Windows\Media\PathStreamGeometryContext.cs (15)
76Debug.Assert(_currentFigure != null, "It is illegal to call SetSegmentCount before BeginFigure."); 81_currentFigure.Segments = _segments; 89Debug.Assert(_currentFigure != null); 93_currentFigure.IsClosed = isClosed; 104Debug.Assert(_currentFigure == null || _figures != null); 107if (_currentFigure == null) 130_currentFigure.StartPoint = startPoint; 135_currentFigure.IsClosed = isClosed; 140_currentFigure.IsFilled = isFilled; 143_figures.Add(_currentFigure); 232Debug.Assert(_currentFigure != null); 243_currentFigure.Segments = _segments; 328Debug.Assert(_currentFigure != null); 356Debug.Assert(_currentFigure != null); 369_currentFigure.Segments = _segments;