3 writes to _current
PresentationCore (3)
System\Windows\Media\FamilyMapCollection.cs (3)
385
_current
= null;
395
_current
= _items[_index];
399
_current
= null;
3 references to _current
PresentationCore (3)
System\Windows\Media\FamilyMapCollection.cs (3)
410
get { return
_current
; }
419
if (
_current
== null)
422
return
_current
;