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