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