1 write to _pointStack
PresentationCore (1)
System\Windows\Media\HitTestWithPointDrawingContextWalker.cs (1)
330
_pointStack
= new Stack<Point>(2);
5 references to _pointStack
PresentationCore (5)
System\Windows\Media\HitTestWithPointDrawingContextWalker.cs (5)
328
if (
_pointStack
== null)
334
_pointStack
.Push(_point);
346
Debug.Assert(
_pointStack
!= null);
347
Debug.Assert(
_pointStack
.Count > 0);
350
_point =
_pointStack
.Pop();