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