17 references to Count
PresentationCore (17)
MS\Internal\Ink\Bezier.cs (5)
96
done = to >= data.
Count
- 1;
99
to = data.
Count
- 1;
156
if (data.
Count
< 2)
165
if (data.
Count
== 3)
170
else if (data.
Count
== 2)
MS\Internal\Ink\CuspData.cs (12)
80
int count =
Count
;
144
int last =
Count
- 1;
337
if (1 > this.
Count
)
351
if (0 == this.
Count
)
353
else if (1 < this.
Count
) // Last StylusPoint is always a cusp
416
_cusps.Add(this.
Count
- 1);
432
if (iPoint >=
Count
)
435
iPoint =
Count
- 1;
439
for (iNext = checked(iPoint + 1); iNext <
Count
; ++iNext)
443
if (iNext >=
Count
)
446
iNext =
Count
- 1;
478
int count =
Count
;