1 instantiation of BranchNode
PresentationCore (1)
Core\CSharp\System\Windows\EventRoute.cs (1)
316
BranchNode branchNode = new
BranchNode
();
7 references to BranchNode
PresentationCore (7)
Core\CSharp\System\Windows\EventRoute.cs (7)
316
BranchNode
branchNode = new BranchNode();
345
BranchNode
branchNode = BranchNodeStack.Pop();
372
BranchNode
branchNode = BranchNodeStack.Peek();
399
BranchNode
branchNode = BranchNodeStack.Peek();
429
private Stack<
BranchNode
> BranchNodeStack
435
_branchNodeStack = new Stack<
BranchNode
>(1);
560
private Stack<
BranchNode
> _branchNodeStack;