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