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)
316if (_pointStack == null) 322_pointStack.Push(_point); 334Debug.Assert(_pointStack != null); 335Debug.Assert(_pointStack.Count > 0); 338_point = _pointStack.Pop();