2 writes to _stylusCaptureWithinTreeState
PresentationCore (2)
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (2)
569
UIElement.StylusCaptureWithinProperty.OnOriginValueChanged(oldCapture as DependencyObject, _stylusCapture as DependencyObject, ref
_stylusCaptureWithinTreeState
);
821
UIElement.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);
819
if (
_stylusCaptureWithinTreeState
!= null && !
_stylusCaptureWithinTreeState
.IsEmpty)