1 write to _pointStack
PresentationCore (1)
System\Windows\Media\HitTestWithPointDrawingContextWalker.cs (1)
317
_pointStack
= new Stack<Point>(2);
5 references to _pointStack
PresentationCore (5)
System\Windows\Media\HitTestWithPointDrawingContextWalker.cs (5)
315
if (
_pointStack
== null)
321
_pointStack
.Push(_point);
333
Debug.Assert(
_pointStack
!= null);
334
Debug.Assert(
_pointStack
.Count > 0);
337
_point =
_pointStack
.Pop();