1 write to _branchNodeStack
PresentationCore (1)
System\Windows\EventRoute.cs (1)
297
(
_branchNodeStack
??= new Stack<BranchNode>(1)).Push(branchNode);
4 references to _branchNodeStack
PresentationCore (4)
System\Windows\EventRoute.cs (4)
319
if (
_branchNodeStack
is { Count: > 0 } stack)
346
if (
_branchNodeStack
is { Count: > 0 } stack)
373
if (
_branchNodeStack
is { Count: > 0 } stack)
502
_branchNodeStack
?.Clear();