2 writes to _pushTypeStack
PresentationCore (2)
Core\CSharp\System\Windows\Media\BoundsDrawingContextWalker.cs (2)
629_pushTypeStack = new Stack<PushType>(2); 644_pushTypeStack = null;
5 references to _pushTypeStack
PresentationCore (5)
Core\CSharp\System\Windows\Media\BoundsDrawingContextWalker.cs (5)
518Debug.Assert(_pushTypeStack != null); 519Debug.Assert(_pushTypeStack.Count > 0); 522PushType pushType = _pushTypeStack.Pop(); 627if (_pushTypeStack == null) 632_pushTypeStack.Push(pushType);