1 write to _pointStack
PresentationCore (1)
System\Windows\Media\HitTestWithPointDrawingContextWalker.cs (1)
318
_pointStack
= new Stack<Point>(2);
5 references to _pointStack
PresentationCore (5)
System\Windows\Media\HitTestWithPointDrawingContextWalker.cs (5)
316
if (
_pointStack
== null)
322
_pointStack
.Push(_point);
334
Debug.Assert(
_pointStack
!= null);
335
Debug.Assert(
_pointStack
.Count > 0);
338
_point =
_pointStack
.Pop();