1 write to _indexStack
PresentationCore (1)
Core\CSharp\System\Windows\Media\Animation\Subtree.cs (1)
304_indexStack = new Stack(9);
3 references to _indexStack
PresentationCore (3)
Core\CSharp\System\Windows\Media\Animation\Subtree.cs (3)
361_indexStack.Push((int)0); 379int index = (int)_indexStack.Pop() + 1; 385_indexStack.Push(index);