2 writes to _clipStack
PresentationCore (2)
System\Windows\Media\BoundsDrawingContextWalker.cs (2)
343_clipStack = new Stack<Rect>(2); 629_clipStack = null;
5 references to _clipStack
PresentationCore (5)
System\Windows\Media\BoundsDrawingContextWalker.cs (5)
341if (_clipStack == null) 346_clipStack.Push(_clip); 522if ((_clipStack != null) && 523(_clipStack.Count > 0)) 525_clip = _clipStack.Pop();