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