9 references to Count
PresentationCore (9)
MS\Internal\FontFace\FontFamilyIdentifier.cs (5)
133int c = Count; 134if (other.Count != c) 161if (Count != 0) 193ArgumentOutOfRangeException.ThrowIfGreaterThanOrEqual(tokenIndex, Count); 227int count = this.Count;
MS\Internal\Shaping\TypefaceMap.cs (2)
887if (fontFamilyIdentifier.Count != 0) 950if (++familyNameIndex < fontFamilyIdentifier.Count)
System\Windows\Media\FontFamily.cs (2)
361for (int i = 0, c = identifier.Count; firstFontFamily == null && i < c; i++) 453for (int i = 0, c = _familyIdentifier.Count; firstFontFamily == null && i < c; ++i)