17 references to Count
PresentationCore (17)
MS\Internal\Ink\Bezier.cs (5)
95
done = to >= data.
Count
- 1;
98
to = data.
Count
- 1;
155
if (data.
Count
< 2)
164
if (data.
Count
== 3)
169
else if (data.
Count
== 2)
MS\Internal\Ink\CuspData.cs (12)
83
int count =
Count
;
147
int last =
Count
- 1;
340
if (1 > this.
Count
)
354
if (0 == this.
Count
)
356
else if (1 < this.
Count
) // Last StylusPoint is always a cusp
419
_cusps.Add(this.
Count
- 1);
435
if (iPoint >=
Count
)
438
iPoint =
Count
- 1;
442
for (iNext = checked(iPoint + 1); iNext <
Count
; ++iNext)
446
if (iNext >=
Count
)
449
iNext =
Count
- 1;
481
int count =
Count
;