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)
334
if (
_branchNodeStack
is { Count: > 0 } stack)
361
if (
_branchNodeStack
is { Count: > 0 } stack)
388
if (
_branchNodeStack
is { Count: > 0 } stack)
517
if (
_branchNodeStack
!= null)
519
_branchNodeStack
.Clear();