3 writes to _firstIndex
PresentationFramework (3)
System\Windows\Markup\Primitives\MarkupWriter.cs (3)
328_firstIndex = Entry.UNSEEN; 341_firstIndex = Entry.UNSEEN; 377_firstIndex = index; // special case for head of list
2 references to _firstIndex
PresentationFramework (2)
System\Windows\Markup\Primitives\MarkupWriter.cs (2)
400if (_firstIndex < 0) 409int index = _firstIndex;