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)
65
Debug.Assert(
_figures
== null, "It is illegal to call SetFigureCount multiple times or after BeginFigure.");
69
_pathGeometry.Figures =
_figures
;
74
Debug.Assert(
_figures
!= null, "It is illegal to call SetSegmentCount before BeginFigure.");
103
Debug.Assert(_currentFigure == null ||
_figures
!= null);
109
if (
_figures
== null)
115
_pathGeometry.Figures =
_figures
;
142
_figures
.Add(_currentFigure);
230
Debug.Assert(
_figures
!= null);
327
Debug.Assert(
_figures
!= null);