3 writes to _stackTop
PresentationCore (3)
Core\CSharp\System\Windows\EventRouteFactory.cs (3)
63_stackTop = 0; 68_eventRouteStack[_stackTop++] = eventRoute; 82EventRoute eventRoute = _eventRouteStack[--_stackTop];
3 references to _stackTop
PresentationCore (3)
Core\CSharp\System\Windows\EventRouteFactory.cs (3)
66if (_stackTop < 2) 80if (_stackTop > 0) 83_eventRouteStack[_stackTop] = null;