3 writes to _stackTop
PresentationCore (3)
System\Windows\EventRouteFactory.cs (3)
61_stackTop = 0; 66_eventRouteStack[_stackTop++] = eventRoute; 80EventRoute eventRoute = _eventRouteStack[--_stackTop];
3 references to _stackTop
PresentationCore (3)
System\Windows\EventRouteFactory.cs (3)
64if (_stackTop < 2) 78if (_stackTop > 0) 81_eventRouteStack[_stackTop] = null;