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)
356
if (
_clipStack
== null)
361
_clipStack
.Push(_clip);
537
if ((
_clipStack
!= null) &&
538
(
_clipStack
.Count > 0))
540
_clip =
_clipStack
.Pop();