3 writes to _current
PresentationCore (3)
System\Windows\Media\FamilyTypefaceCollection.cs (3)
399_current = null; 411_current = _list[_index]; 415_current = null;
3 references to _current
PresentationCore (3)
System\Windows\Media\FamilyTypefaceCollection.cs (3)
426get { return _current; } 435if (_current == null) 438return _current;