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);
379
int index = (int)
_indexStack
.Pop() + 1;
385
_indexStack
.Push(index);