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