2 writes to _figures
PresentationCore (2)
Core\CSharp\System\Windows\Media\PathStreamGeometryContext.cs (2)
89
_figures
= new PathFigureCollection(figureCount);
135
_figures
= new PathFigureCollection();
9 references to _figures
PresentationCore (9)
Core\CSharp\System\Windows\Media\PathStreamGeometryContext.cs (9)
86
Debug.Assert(
_figures
== null, "It is illegal to call SetFigureCount multiple times or after BeginFigure.");
90
_pathGeometry.Figures =
_figures
;
95
Debug.Assert(
_figures
!= null, "It is illegal to call SetSegmentCount before BeginFigure.");
124
Debug.Assert(_currentFigure == null ||
_figures
!= null);
130
if (
_figures
== null)
136
_pathGeometry.Figures =
_figures
;
163
_figures
.Add(_currentFigure);
251
Debug.Assert(
_figures
!= null);
347
Debug.Assert(
_figures
!= null);