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