2 writes to _pushTypeStack
PresentationCore (2)
System\Windows\Media\BoundsDrawingContextWalker.cs (2)
613_pushTypeStack = new Stack<PushType>(2); 628_pushTypeStack = null;
5 references to _pushTypeStack
PresentationCore (5)
System\Windows\Media\BoundsDrawingContextWalker.cs (5)
502Debug.Assert(_pushTypeStack != null); 503Debug.Assert(_pushTypeStack.Count > 0); 506PushType pushType = _pushTypeStack.Pop(); 611if (_pushTypeStack == null) 616_pushTypeStack.Push(pushType);