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)
342
if (
_clipStack
== null)
347
_clipStack
.Push(_clip);
523
if ((
_clipStack
!= null) &&
524
(
_clipStack
.Count > 0))
526
_clip =
_clipStack
.Pop();