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)
426
get { return
_current
; }
435
if (
_current
== null)
438
return
_current
;