3 writes to _firstIndex
PresentationFramework (3)
src\Framework\System\Windows\Markup\Primitives\MarkupWriter.cs (3)
350_firstIndex = Entry.UNSEEN; 363_firstIndex = Entry.UNSEEN; 399_firstIndex = index; // special case for head of list
2 references to _firstIndex
PresentationFramework (2)
src\Framework\System\Windows\Markup\Primitives\MarkupWriter.cs (2)
422if (_firstIndex < 0) 431int index = _firstIndex;