9 references to Count
PresentationCore (9)
Core\CSharp\MS\Internal\FontFace\FontFamilyIdentifier.cs (5)
147int c = Count; 148if (other.Count != c) 175if (Count != 0) 206if (tokenIndex < 0 || tokenIndex >= Count) 246int count = this.Count;
Core\CSharp\MS\Internal\Shaping\TypefaceMap.cs (2)
905if (fontFamilyIdentifier.Count != 0) 968if (++familyNameIndex < fontFamilyIdentifier.Count)
Core\CSharp\System\Windows\Media\FontFamily.cs (2)
390for (int i = 0, c = identifier.Count; firstFontFamily == null && i < c; i++) 490for (int i = 0, c = _familyIdentifier.Count; firstFontFamily == null && i < c; ++i)