3 writes to _currentInsertionIndex
PresentationBuildTasks (3)
Framework\System\Windows\Markup\XamlReaderHelper.cs (3)
5838_currentInsertionIndex = _insertionIndex; 5852_currentInsertionIndex++; 5865_currentInsertionIndex++;
2 references to _currentInsertionIndex
PresentationBuildTasks (2)
Framework\System\Windows\Markup\XamlReaderHelper.cs (2)
5862_xamlNodes.Insert(_currentInsertionIndex, xamlNode); 5863ExamineInsertedNode(xamlNode, _currentInsertionIndex );