7 references to BranchNodeStack
PresentationCore (7)
Core\CSharp\System\Windows\EventRoute.cs (7)
320BranchNodeStack.Push(branchNode); 342if (BranchNodeStack.Count == 0) 345BranchNode branchNode = BranchNodeStack.Pop(); 369if (BranchNodeStack.Count == 0) 372BranchNode branchNode = BranchNodeStack.Peek(); 396if (BranchNodeStack.Count == 0) 399BranchNode branchNode = BranchNodeStack.Peek();