3 writes to _currentInsertionIndex
PresentationBuildTasks (3)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlReaderHelper.cs (3)
5881_currentInsertionIndex = _insertionIndex; 5895_currentInsertionIndex++; 5908_currentInsertionIndex++;
2 references to _currentInsertionIndex
PresentationBuildTasks (2)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlReaderHelper.cs (2)
5905_xamlNodes.Insert(_currentInsertionIndex, xamlNode); 5906ExamineInsertedNode(xamlNode, _currentInsertionIndex );