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