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)
425
get { return
_current
; }
434
if (
_current
== null)
437
return
_current
;