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)
328if (_pointStack == null) 334_pointStack.Push(_point); 346Debug.Assert(_pointStack != null); 347Debug.Assert(_pointStack.Count > 0); 350_point = _pointStack.Pop();