2 writes to _pushTypeStack
PresentationCore (2)
System\Windows\Media\BoundsDrawingContextWalker.cs (2)
627_pushTypeStack = new Stack<PushType>(2); 642_pushTypeStack = null;
5 references to _pushTypeStack
PresentationCore (5)
System\Windows\Media\BoundsDrawingContextWalker.cs (5)
516Debug.Assert(_pushTypeStack != null); 517Debug.Assert(_pushTypeStack.Count > 0); 520PushType pushType = _pushTypeStack.Pop(); 625if (_pushTypeStack == null) 630_pushTypeStack.Push(pushType);