2 writes to _clipStack
PresentationCore (2)
Core\CSharp\System\Windows\Media\BoundsDrawingContextWalker.cs (2)
360_clipStack = new Stack<Rect>(2); 646_clipStack = null;
5 references to _clipStack
PresentationCore (5)
Core\CSharp\System\Windows\Media\BoundsDrawingContextWalker.cs (5)
358if (_clipStack == null) 363_clipStack.Push(_clip); 539if ((_clipStack != null) && 540(_clipStack.Count > 0)) 542_clip = _clipStack.Pop();