1 write to _familyCount
PresentationCore (1)
MS\Internal\FontCache\FamilyCollection.cs (1)
522
_familyCount
= fontCollection.FamilyCount;
3 references to _familyCount
PresentationCore (3)
MS\Internal\FontCache\FamilyCollection.cs (3)
537
if (_currentFamily >=
_familyCount
)
540
_currentFamily =
_familyCount
;
550
if (_currentFamily < 0 || _currentFamily >=
_familyCount
)