3 writes to _stackTop
PresentationCore (3)
System\Windows\EventRouteFactory.cs (3)
62_stackTop = 0; 67_eventRouteStack[_stackTop++] = eventRoute; 81EventRoute eventRoute = _eventRouteStack[--_stackTop];
3 references to _stackTop
PresentationCore (3)
System\Windows\EventRouteFactory.cs (3)
65if (_stackTop < 2) 79if (_stackTop > 0) 82_eventRouteStack[_stackTop] = null;