2 writes to _pushTypeStack
PresentationCore (2)
System\Windows\Media\BoundsDrawingContextWalker.cs (2)
612
_pushTypeStack
= new Stack<PushType>(2);
627
_pushTypeStack
= null;
5 references to _pushTypeStack
PresentationCore (5)
System\Windows\Media\BoundsDrawingContextWalker.cs (5)
501
Debug.Assert(
_pushTypeStack
!= null);
502
Debug.Assert(
_pushTypeStack
.Count > 0);
505
PushType pushType =
_pushTypeStack
.Pop();
610
if (
_pushTypeStack
== null)
615
_pushTypeStack
.Push(pushType);