1 write to _eventRouteStack
PresentationCore (1)
Core\CSharp\System\Windows\EventRouteFactory.cs (1)
62_eventRouteStack = new EventRoute[2];
4 references to _eventRouteStack
PresentationCore (4)
Core\CSharp\System\Windows\EventRouteFactory.cs (4)
60if (_eventRouteStack == null) 68_eventRouteStack[_stackTop++] = eventRoute; 82EventRoute eventRoute = _eventRouteStack[--_stackTop]; 83_eventRouteStack[_stackTop] = null;