1 write to _branchNodeStack
PresentationCore (1)
Core\CSharp\System\Windows\EventRoute.cs (1)
435_branchNodeStack = new Stack<BranchNode>(1);
4 references to _branchNodeStack
PresentationCore (4)
Core\CSharp\System\Windows\EventRoute.cs (4)
433if (_branchNodeStack == null) 438return _branchNodeStack; 539if (_branchNodeStack != null) 541_branchNodeStack.Clear();