1 instantiation of BranchNode
PresentationCore (1)
System\Windows\EventRoute.cs (1)
302BranchNode branchNode = new BranchNode();
3 references to BranchNode
PresentationCore (3)
System\Windows\EventRoute.cs (3)
302BranchNode branchNode = new BranchNode(); 306(_branchNodeStack ??= new Stack<BranchNode>(1)).Push(branchNode); 532private Stack<BranchNode> _branchNodeStack;