3 writes to _current
PresentationCore (3)
Core\CSharp\System\Windows\Media\FamilyMapCollection.cs (3)
405
_current
= null;
415
_current
= _items[_index];
419
_current
= null;
3 references to _current
PresentationCore (3)
Core\CSharp\System\Windows\Media\FamilyMapCollection.cs (3)
430
get { return
_current
; }
439
if (
_current
== null)
442
return
_current
;