9 references to Count
PresentationCore (9)
MS\Internal\FontFace\FontFamilyIdentifier.cs (5)
134int c = Count; 135if (other.Count != c) 162if (Count != 0) 194ArgumentOutOfRangeException.ThrowIfGreaterThanOrEqual(tokenIndex, Count); 228int count = this.Count;
MS\Internal\Shaping\TypefaceMap.cs (2)
888if (fontFamilyIdentifier.Count != 0) 951if (++familyNameIndex < fontFamilyIdentifier.Count)
System\Windows\Media\FontFamily.cs (2)
365for (int i = 0, c = identifier.Count; firstFontFamily == null && i < c; i++) 457for (int i = 0, c = _familyIdentifier.Count; firstFontFamily == null && i < c; ++i)