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