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)
84
int count =
Count
;
148
int last =
Count
- 1;
341
if (1 > this.
Count
)
355
if (0 == this.
Count
)
357
else if (1 < this.
Count
) // Last StylusPoint is always a cusp
420
_cusps.Add(this.
Count
- 1);
436
if (iPoint >=
Count
)
439
iPoint =
Count
- 1;
443
for (iNext = checked(iPoint + 1); iNext <
Count
; ++iNext)
447
if (iNext >=
Count
)
450
iNext =
Count
- 1;
482
int count =
Count
;