2 writes to _figures
PresentationCore (2)
Core\CSharp\System\Windows\Media\PathStreamGeometryContext.cs (2)
89_figures = new PathFigureCollection(figureCount); 135_figures = new PathFigureCollection();
9 references to _figures
PresentationCore (9)
Core\CSharp\System\Windows\Media\PathStreamGeometryContext.cs (9)
86Debug.Assert(_figures == null, "It is illegal to call SetFigureCount multiple times or after BeginFigure."); 90_pathGeometry.Figures = _figures; 95Debug.Assert(_figures != null, "It is illegal to call SetSegmentCount before BeginFigure."); 124Debug.Assert(_currentFigure == null || _figures != null); 130if (_figures == null) 136_pathGeometry.Figures = _figures; 163_figures.Add(_currentFigure); 251Debug.Assert(_figures != null); 347Debug.Assert(_figures != null);