2 writes to Count
PresentationCore (2)
System\Windows\Media\ByteStreamGeometryContext.cs (2)
237
_currentPathFigureData.
Count
++;
604
_currentPathFigureData.
Count
++;
3 references to Count
PresentationCore (3)
System\Windows\Media\PathGeometry.cs (3)
145
if (pPathFigure->
Count
> 0)
148
ctx.SetSegmentCount((int)pPathFigure->
Count
);
151
for (int j = 0; j < pPathFigure->
Count
; j++)