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)
66
Debug.Assert(
_figures
== null, "It is illegal to call SetFigureCount multiple times or after BeginFigure.");
70
_pathGeometry.Figures =
_figures
;
75
Debug.Assert(
_figures
!= null, "It is illegal to call SetSegmentCount before BeginFigure.");
104
Debug.Assert(_currentFigure == null ||
_figures
!= null);
110
if (
_figures
== null)
116
_pathGeometry.Figures =
_figures
;
143
_figures
.Add(_currentFigure);
231
Debug.Assert(
_figures
!= null);
327
Debug.Assert(
_figures
!= null);