1 write to _pointStack
PresentationCore (1)
System\Windows\Media\HitTestWithPointDrawingContextWalker.cs (1)
317_pointStack = new Stack<Point>(2);
5 references to _pointStack
PresentationCore (5)
System\Windows\Media\HitTestWithPointDrawingContextWalker.cs (5)
315if (_pointStack == null) 321_pointStack.Push(_point); 333Debug.Assert(_pointStack != null); 334Debug.Assert(_pointStack.Count > 0); 337_point = _pointStack.Pop();