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)
145if (pPathFigure->Count > 0) 148ctx.SetSegmentCount((int)pPathFigure->Count); 151for (int j = 0; j < pPathFigure->Count; j++)