2 writes to _figures
PresentationCore (2)
System\Windows\Media\PathStreamGeometryContext.cs (2)
86_figures = new PathFigureCollection(figureCount); 132_figures = new PathFigureCollection();
9 references to _figures
PresentationCore (9)
System\Windows\Media\PathStreamGeometryContext.cs (9)
83Debug.Assert(_figures == null, "It is illegal to call SetFigureCount multiple times or after BeginFigure."); 87_pathGeometry.Figures = _figures; 92Debug.Assert(_figures != null, "It is illegal to call SetSegmentCount before BeginFigure."); 121Debug.Assert(_currentFigure == null || _figures != null); 127if (_figures == null) 133_pathGeometry.Figures = _figures; 160_figures.Add(_currentFigure); 248Debug.Assert(_figures != null); 344Debug.Assert(_figures != null);