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