2 writes to _clipStack
PresentationCore (2)
System\Windows\Media\BoundsDrawingContextWalker.cs (2)
344_clipStack = new Stack<Rect>(2); 630_clipStack = null;
5 references to _clipStack
PresentationCore (5)
System\Windows\Media\BoundsDrawingContextWalker.cs (5)
342if (_clipStack == null) 347_clipStack.Push(_clip); 523if ((_clipStack != null) && 524(_clipStack.Count > 0)) 526_clip = _clipStack.Pop();