5 writes to _idx
System.Xaml (5)
System\Xaml\ReaderMultiIndexDelegate.cs (5)
35
_idx
= -1;
48
_currentNode = _indexDelegate(++
_idx
);
65
_idx
= _count;
87
_idx
= -1;
94
_idx
= value - 1;
2 references to _idx
System.Xaml (2)
System\Xaml\ReaderMultiIndexDelegate.cs (2)
46
if (
_idx
< _count - 1)
78
get { return
_idx
; }