17 references to Count
PresentationCore (17)
Core\CSharp\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)
Core\CSharp\MS\Internal\Ink\CuspData.cs (12)
86
int count =
Count
;
150
int last =
Count
- 1;
343
if (1 > this.
Count
)
357
if (0 == this.
Count
)
359
else if (1 < this.
Count
) // Last StylusPoint is always a cusp
422
_cusps.Add(this.
Count
- 1);
438
if (iPoint >=
Count
)
441
iPoint =
Count
- 1;
445
for (iNext = checked(iPoint + 1); iNext <
Count
; ++iNext)
449
if (iNext >=
Count
)
452
iNext =
Count
- 1;
484
int count =
Count
;