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