3 writes to _stackTop
PresentationCore (3)
System\Windows\EventRouteFactory.cs (3)
67_stackTop = 0; 72_eventRouteStack[_stackTop++] = eventRoute; 86EventRoute eventRoute = _eventRouteStack[--_stackTop];
3 references to _stackTop
PresentationCore (3)
System\Windows\EventRouteFactory.cs (3)
70if (_stackTop < 2) 84if (_stackTop > 0) 87_eventRouteStack[_stackTop] = null;