15 references to Count
PresentationCore (15)
MS\Internal\Ink\ErasingStroke.cs (5)
70for (int i = 0; i < _nodeIterator.Count; i++) 104for (int i = 0; i < iterator.Count; i++) 147for (int x = 0; x < iterator.Count; x++) 262if (_nodeIterator.Count == 0) 273back2 = _nodeIterator[_nodeIterator.Count - 1].Position;
MS\Internal\Ink\Lasso.cs (1)
220for (int i = 0; i < iterator.Count; i++)
MS\Internal\Ink\StrokeRenderer.cs (8)
49List<Point> connectingQuadPoints = new List<Point>(iterator.Count * 4); 52int cdIndex = iterator.Count * 2; 67for (int index = 0; index < iterator.Count; index++) 115if (index <= 1 || index >= iterator.Count - 2 || directionChanged || areaChangedOverThreshold) 119if (directionChanged && !previousPreviousNodeRendered && index > 1 && index < iterator.Count - 1) 152Debug.Assert(index == iterator.Count - 1); 158int cbStartIndex = iterator.Count * 2; 263int iteratorCount = iterator.Count;
System\Windows\Ink\Stroke2.cs (1)
34for (int i = 0; i < iterator.Count; i++)