17 references to Count
PresentationCore (17)
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)
MS\Internal\Ink\CuspData.cs (12)
85int count = Count; 149int last = Count - 1; 342if (1 > this.Count) 356if (0 == this.Count) 358else if (1 < this.Count) // Last StylusPoint is always a cusp 421_cusps.Add(this.Count - 1); 437if (iPoint >= Count) 440iPoint = Count - 1; 444for (iNext = checked(iPoint + 1); iNext < Count; ++iNext) 448 if (iNext >= Count) 451 iNext = Count - 1; 483int count = Count;