17 references to Count
PresentationCore (17)
Core\CSharp\MS\Internal\Ink\Bezier.cs (5)
101done = to >= data.Count - 1; 104to = data.Count - 1; 161if (data.Count < 2) 170if (data.Count == 3) 175else if (data.Count == 2)
Core\CSharp\MS\Internal\Ink\CuspData.cs (12)
86int count = Count; 150int last = Count - 1; 343if (1 > this.Count) 357if (0 == this.Count) 359else if (1 < this.Count) // Last StylusPoint is always a cusp 422_cusps.Add(this.Count - 1); 438if (iPoint >= Count) 441iPoint = Count - 1; 445for (iNext = checked(iPoint + 1); iNext < Count; ++iNext) 449 if (iNext >= Count) 452 iNext = Count - 1; 484int count = Count;