2 writes to _clipStack
PresentationCore (2)
System\Windows\Media\BoundsDrawingContextWalker.cs (2)
358_clipStack = new Stack<Rect>(2); 644_clipStack = null;
5 references to _clipStack
PresentationCore (5)
System\Windows\Media\BoundsDrawingContextWalker.cs (5)
356if (_clipStack == null) 361_clipStack.Push(_clip); 537if ((_clipStack != null) && 538(_clipStack.Count > 0)) 540_clip = _clipStack.Pop();