1 write to _branchNodeStack
PresentationCore (1)
System\Windows\EventRoute.cs (1)
312(_branchNodeStack ??= new Stack<BranchNode>(1)).Push(branchNode);
5 references to _branchNodeStack
PresentationCore (5)
System\Windows\EventRoute.cs (5)
334if (_branchNodeStack is { Count: > 0 } stack) 361if (_branchNodeStack is { Count: > 0 } stack) 388if (_branchNodeStack is { Count: > 0 } stack) 517if (_branchNodeStack != null) 519_branchNodeStack.Clear();