1 write to _pointStack
PresentationCore (1)
Core\CSharp\System\Windows\Media\HitTestWithPointDrawingContextWalker.cs (1)
332
_pointStack
= new Stack<Point>(2);
5 references to _pointStack
PresentationCore (5)
Core\CSharp\System\Windows\Media\HitTestWithPointDrawingContextWalker.cs (5)
330
if (
_pointStack
== null)
336
_pointStack
.Push(_point);
348
Debug.Assert(
_pointStack
!= null);
349
Debug.Assert(
_pointStack
.Count > 0);
352
_point =
_pointStack
.Pop();