3 writes to _currentInsertionIndex
PresentationBuildTasks (3)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlReaderHelper.cs (3)
5889
_currentInsertionIndex
= _insertionIndex;
5903
_currentInsertionIndex
++;
5916
_currentInsertionIndex
++;
2 references to _currentInsertionIndex
PresentationBuildTasks (2)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlReaderHelper.cs (2)
5913
_xamlNodes.Insert(
_currentInsertionIndex
, xamlNode);
5914
ExamineInsertedNode(xamlNode,
_currentInsertionIndex
);