3 writes to _current
PresentationCore (3)
Core\CSharp\System\Windows\Media\FamilyTypefaceCollection.cs (3)
419_current = null; 431_current = _list[_index]; 435_current = null;
3 references to _current
PresentationCore (3)
Core\CSharp\System\Windows\Media\FamilyTypefaceCollection.cs (3)
446get { return _current; } 455if (_current == null) 458return _current;