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)
83
Debug.Assert(
_figures
== null, "It is illegal to call SetFigureCount multiple times or after BeginFigure.");
87
_pathGeometry.Figures =
_figures
;
92
Debug.Assert(
_figures
!= null, "It is illegal to call SetSegmentCount before BeginFigure.");
121
Debug.Assert(_currentFigure == null ||
_figures
!= null);
127
if (
_figures
== null)
133
_pathGeometry.Figures =
_figures
;
160
_figures
.Add(_currentFigure);
248
Debug.Assert(
_figures
!= null);
344
Debug.Assert(
_figures
!= null);