15 references to Count
PresentationCore (15)
MS\Internal\Ink\ErasingStroke.cs (5)
71for (int i = 0; i < _nodeIterator.Count; i++) 105for (int i = 0; i < iterator.Count; i++) 148for (int x = 0; x < iterator.Count; x++) 263if (_nodeIterator.Count == 0) 274back2 = _nodeIterator[_nodeIterator.Count - 1].Position;
MS\Internal\Ink\Lasso.cs (1)
221for (int i = 0; i < iterator.Count; i++)
MS\Internal\Ink\StrokeRenderer.cs (8)
48List<Point> connectingQuadPoints = new List<Point>(iterator.Count * 4); 51int cdIndex = iterator.Count * 2; 66for (int index = 0; index < iterator.Count; index++) 114if (index <= 1 || index >= iterator.Count - 2 || directionChanged || areaChangedOverThreshold) 118if (directionChanged && !previousPreviousNodeRendered && index > 1 && index < iterator.Count - 1) 151Debug.Assert(index == iterator.Count - 1); 157int cbStartIndex = iterator.Count * 2; 260int iteratorCount = iterator.Count;
System\Windows\Ink\Stroke2.cs (1)
35for (int i = 0; i < iterator.Count; i++)