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)
518
Debug.Assert(
_pushTypeStack
!= null);
519
Debug.Assert(
_pushTypeStack
.Count > 0);
522
PushType pushType =
_pushTypeStack
.Pop();
627
if (
_pushTypeStack
== null)
632
_pushTypeStack
.Push(pushType);