2 writes to _figures
PresentationCore (2)
System\Windows\Media\PathStreamGeometryContext.cs (2)
68_figures = new PathFigureCollection(figureCount); 114_figures = new PathFigureCollection();
9 references to _figures
PresentationCore (9)
System\Windows\Media\PathStreamGeometryContext.cs (9)
65Debug.Assert(_figures == null, "It is illegal to call SetFigureCount multiple times or after BeginFigure."); 69_pathGeometry.Figures = _figures; 74Debug.Assert(_figures != null, "It is illegal to call SetSegmentCount before BeginFigure."); 103Debug.Assert(_currentFigure == null || _figures != null); 109if (_figures == null) 115_pathGeometry.Figures = _figures; 142_figures.Add(_currentFigure); 230Debug.Assert(_figures != null); 327Debug.Assert(_figures != null);