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)
502
Debug.Assert(
_pushTypeStack
!= null);
503
Debug.Assert(
_pushTypeStack
.Count > 0);
506
PushType pushType =
_pushTypeStack
.Pop();
611
if (
_pushTypeStack
== null)
616
_pushTypeStack
.Push(pushType);