2 writes to _figures
PresentationCore (2)
System\Windows\Media\PathStreamGeometryContext.cs (2)
69_figures = new PathFigureCollection(figureCount); 115_figures = new PathFigureCollection();
9 references to _figures
PresentationCore (9)
System\Windows\Media\PathStreamGeometryContext.cs (9)
66Debug.Assert(_figures == null, "It is illegal to call SetFigureCount multiple times or after BeginFigure."); 70_pathGeometry.Figures = _figures; 75Debug.Assert(_figures != null, "It is illegal to call SetSegmentCount before BeginFigure."); 104Debug.Assert(_currentFigure == null || _figures != null); 110if (_figures == null) 116_pathGeometry.Figures = _figures; 143_figures.Add(_currentFigure); 231Debug.Assert(_figures != null); 327Debug.Assert(_figures != null);