1 write to _branchNodeStack
PresentationCore (1)
Core\CSharp\System\Windows\EventRoute.cs (1)
435
_branchNodeStack
= new Stack<BranchNode>(1);
4 references to _branchNodeStack
PresentationCore (4)
Core\CSharp\System\Windows\EventRoute.cs (4)
433
if (
_branchNodeStack
== null)
438
return
_branchNodeStack
;
539
if (
_branchNodeStack
!= null)
541
_branchNodeStack
.Clear();