17 references to Count
PresentationCore (17)
MS\Internal\Ink\Bezier.cs (5)
95done = to >= data.Count - 1; 98to = data.Count - 1; 155if (data.Count < 2) 164if (data.Count == 3) 169else if (data.Count == 2)
MS\Internal\Ink\CuspData.cs (12)
83int count = Count; 147int last = Count - 1; 340if (1 > this.Count) 354if (0 == this.Count) 356else if (1 < this.Count) // Last StylusPoint is always a cusp 419_cusps.Add(this.Count - 1); 435if (iPoint >= Count) 438iPoint = Count - 1; 442for (iNext = checked(iPoint + 1); iNext < Count; ++iNext) 446 if (iNext >= Count) 449 iNext = Count - 1; 481int count = Count;