2 writes to _stylusCaptureWithinTreeState
PresentationCore (2)
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (2)
584UIElement.StylusCaptureWithinProperty.OnOriginValueChanged(oldCapture as DependencyObject, _stylusCapture as DependencyObject, ref _stylusCaptureWithinTreeState); 836UIElement.StylusCaptureWithinProperty.OnOriginValueChanged(_stylusCapture as DependencyObject, _stylusCapture as DependencyObject, ref _stylusCaptureWithinTreeState);
4 references to _stylusCaptureWithinTreeState
PresentationCore (4)
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (4)
755_stylusCaptureWithinTreeState.SetCoreParent(element, oldParent); 759_stylusCaptureWithinTreeState.SetLogicalParent(element, oldParent); 834if (_stylusCaptureWithinTreeState != null && !_stylusCaptureWithinTreeState.IsEmpty)