3 writes to _current
PresentationCore (3)
System\Windows\Media\FamilyMapCollection.cs (3)
397
_current
= null;
407
_current
= _items[_index];
411
_current
= null;
3 references to _current
PresentationCore (3)
System\Windows\Media\FamilyMapCollection.cs (3)
422
get { return
_current
; }
431
if (
_current
== null)
434
return
_current
;