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 308(_branchNodeStack ??= new Stack<BranchNode>(1)).Push(branchNode); 531private Stack<BranchNode> _branchNodeStack;