1 write to _currentFigure
PresentationCore (1)
System\Windows\Media\PathStreamGeometryContext.cs (1)
124_currentFigure = new PathFigure();
15 references to _currentFigure
PresentationCore (15)
System\Windows\Media\PathStreamGeometryContext.cs (15)
75Debug.Assert(_currentFigure != null, "It is illegal to call SetSegmentCount before BeginFigure."); 80_currentFigure.Segments = _segments; 88Debug.Assert(_currentFigure != null); 92_currentFigure.IsClosed = isClosed; 103Debug.Assert(_currentFigure == null || _figures != null); 106if (_currentFigure == null) 129_currentFigure.StartPoint = startPoint; 134_currentFigure.IsClosed = isClosed; 139_currentFigure.IsFilled = isFilled; 142_figures.Add(_currentFigure); 231Debug.Assert(_currentFigure != null); 242_currentFigure.Segments = _segments; 328Debug.Assert(_currentFigure != null); 356Debug.Assert(_currentFigure != null); 369_currentFigure.Segments = _segments;