2 writes to _stylusCaptureWithinTreeState
PresentationCore (2)
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (2)
569UIElement.StylusCaptureWithinProperty.OnOriginValueChanged(oldCapture as DependencyObject, _stylusCapture as DependencyObject, ref _stylusCaptureWithinTreeState); 821UIElement.StylusCaptureWithinProperty.OnOriginValueChanged(_stylusCapture as DependencyObject, _stylusCapture as DependencyObject, ref _stylusCaptureWithinTreeState);
4 references to _stylusCaptureWithinTreeState
PresentationCore (4)
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (4)
740_stylusCaptureWithinTreeState.SetCoreParent(element, oldParent); 744_stylusCaptureWithinTreeState.SetLogicalParent(element, oldParent); 819if (_stylusCaptureWithinTreeState != null && !_stylusCaptureWithinTreeState.IsEmpty)