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)
516
Debug.Assert(
_pushTypeStack
!= null);
517
Debug.Assert(
_pushTypeStack
.Count > 0);
520
PushType pushType =
_pushTypeStack
.Pop();
625
if (
_pushTypeStack
== null)
630
_pushTypeStack
.Push(pushType);