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)
711if (_currentFamily >= _familyCount) 714_currentFamily = _familyCount; 730if (_currentFamily < 0 || _currentFamily >= _familyCount)