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