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)
358
if (
_clipStack
== null)
363
_clipStack
.Push(_clip);
539
if ((
_clipStack
!= null) &&
540
(
_clipStack
.Count > 0))
542
_clip =
_clipStack
.Pop();