15 references to Count
PresentationCore (15)
MS\Internal\Ink\ErasingStroke.cs (5)
74for (int i = 0; i < _nodeIterator.Count; i++) 108for (int i = 0; i < iterator.Count; i++) 151for (int x = 0; x < iterator.Count; x++) 266if (_nodeIterator.Count == 0) 277back2 = _nodeIterator[_nodeIterator.Count - 1].Position;
MS\Internal\Ink\Lasso.cs (1)
225for (int i = 0; i < iterator.Count; i++)
MS\Internal\Ink\StrokeRenderer.cs (8)
56List<Point> connectingQuadPoints = new List<Point>(iterator.Count * 4); 59int cdIndex = iterator.Count * 2; 74for (int index = 0; index < iterator.Count; index++) 122if (index <= 1 || index >= iterator.Count - 2 || directionChanged || areaChangedOverThreshold) 126if (directionChanged && !previousPreviousNodeRendered && index > 1 && index < iterator.Count - 1) 159Debug.Assert(index == iterator.Count - 1); 165int cbStartIndex = iterator.Count * 2; 269int iteratorCount = iterator.Count;
System\Windows\Ink\Stroke2.cs (1)
44for (int i = 0; i < iterator.Count; i++)