3 writes to _current
PresentationCore (3)
System\Windows\Media\FamilyTypefaceCollection.cs (3)
398_current = null; 410_current = _list[_index]; 414_current = null;
3 references to _current
PresentationCore (3)
System\Windows\Media\FamilyTypefaceCollection.cs (3)
425get { return _current; } 434if (_current == null) 437return _current;