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