1 write to _familyCount
PresentationCore (1)
Core\CSharp\MS\Internal\FontCache\FamilyCollection.cs (1)
695
_familyCount
= fontCollection.FamilyCount;
3 references to _familyCount
PresentationCore (3)
Core\CSharp\MS\Internal\FontCache\FamilyCollection.cs (3)
711
if (_currentFamily >=
_familyCount
)
714
_currentFamily =
_familyCount
;
730
if (_currentFamily < 0 || _currentFamily >=
_familyCount
)