1 write to _branchNodeStack
PresentationCore (1)
System\Windows\EventRoute.cs (1)
308(_branchNodeStack ??= new Stack<BranchNode>(1)).Push(branchNode);
5 references to _branchNodeStack
PresentationCore (5)
System\Windows\EventRoute.cs (5)
330if (_branchNodeStack is { Count: > 0 } stack) 357if (_branchNodeStack is { Count: > 0 } stack) 384if (_branchNodeStack is { Count: > 0 } stack) 513if (_branchNodeStack != null) 515_branchNodeStack.Clear();