17 references to Count
PresentationCore (17)
MS\Internal\Ink\Bezier.cs (5)
101
done = to >= data.
Count
- 1;
104
to = data.
Count
- 1;
161
if (data.
Count
< 2)
170
if (data.
Count
== 3)
175
else if (data.
Count
== 2)
MS\Internal\Ink\CuspData.cs (12)
85
int count =
Count
;
149
int last =
Count
- 1;
342
if (1 > this.
Count
)
356
if (0 == this.
Count
)
358
else if (1 < this.
Count
) // Last StylusPoint is always a cusp
421
_cusps.Add(this.
Count
- 1);
437
if (iPoint >=
Count
)
440
iPoint =
Count
- 1;
444
for (iNext = checked(iPoint + 1); iNext <
Count
; ++iNext)
448
if (iNext >=
Count
)
451
iNext =
Count
- 1;
483
int count =
Count
;