2 writes to _clipStack
PresentationCore (2)
System\Windows\Media\BoundsDrawingContextWalker.cs (2)
343
_clipStack
= new Stack<Rect>(2);
629
_clipStack
= null;
5 references to _clipStack
PresentationCore (5)
System\Windows\Media\BoundsDrawingContextWalker.cs (5)
341
if (
_clipStack
== null)
346
_clipStack
.Push(_clip);
522
if ((
_clipStack
!= null) &&
523
(
_clipStack
.Count > 0))
525
_clip =
_clipStack
.Pop();