2 writes to _stylusCaptureWithinTreeState
PresentationCore (2)
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (2)
568UIElement.StylusCaptureWithinProperty.OnOriginValueChanged(oldCapture as DependencyObject, _stylusCapture as DependencyObject, ref _stylusCaptureWithinTreeState); 820UIElement.StylusCaptureWithinProperty.OnOriginValueChanged(_stylusCapture as DependencyObject, _stylusCapture as DependencyObject, ref _stylusCaptureWithinTreeState);
4 references to _stylusCaptureWithinTreeState
PresentationCore (4)
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (4)
739_stylusCaptureWithinTreeState.SetCoreParent(element, oldParent); 743_stylusCaptureWithinTreeState.SetLogicalParent(element, oldParent); 818if (_stylusCaptureWithinTreeState != null && !_stylusCaptureWithinTreeState.IsEmpty)