9 references to Count
PresentationCore (9)
MS\Internal\FontFace\FontFamilyIdentifier.cs (5)
146int c = Count; 147if (other.Count != c) 174if (Count != 0) 206ArgumentOutOfRangeException.ThrowIfGreaterThanOrEqual(tokenIndex, Count); 240int count = this.Count;
MS\Internal\Shaping\TypefaceMap.cs (2)
896if (fontFamilyIdentifier.Count != 0) 959if (++familyNameIndex < fontFamilyIdentifier.Count)
System\Windows\Media\FontFamily.cs (2)
384for (int i = 0, c = identifier.Count; firstFontFamily == null && i < c; i++) 476for (int i = 0, c = _familyIdentifier.Count; firstFontFamily == null && i < c; ++i)