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);
5863
ExamineInsertedNode(xamlNode,
_currentInsertionIndex
);