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)
330if (_pointStack == null) 336_pointStack.Push(_point); 348Debug.Assert(_pointStack != null); 349Debug.Assert(_pointStack.Count > 0); 352_point = _pointStack.Pop();