3 writes to _currentInsertionIndex
PresentationBuildTasks (3)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlReaderHelper.cs (3)
5883_currentInsertionIndex = _insertionIndex; 5897_currentInsertionIndex++; 5910_currentInsertionIndex++;
2 references to _currentInsertionIndex
PresentationBuildTasks (2)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlReaderHelper.cs (2)
5907_xamlNodes.Insert(_currentInsertionIndex, xamlNode); 5908ExamineInsertedNode(xamlNode, _currentInsertionIndex );