15 references to Count
PresentationCore (15)
Core\CSharp\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;
Core\CSharp\MS\Internal\Ink\Lasso.cs (1)
226for (int i = 0; i < iterator.Count; i++)
Core\CSharp\MS\Internal\Ink\StrokeRenderer.cs (8)
58List<Point> connectingQuadPoints = new List<Point>(iterator.Count * 4); 61int cdIndex = iterator.Count * 2; 76for (int index = 0; index < iterator.Count; index++) 124if (index <= 1 || index >= iterator.Count - 2 || directionChanged || areaChangedOverThreshold) 128if (directionChanged && !previousPreviousNodeRendered && index > 1 && index < iterator.Count - 1) 161Debug.Assert(index == iterator.Count - 1); 167int cbStartIndex = iterator.Count * 2; 273int iteratorCount = iterator.Count;
Core\CSharp\System\Windows\Ink\Stroke2.cs (1)
44for (int i = 0; i < iterator.Count; i++)