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