3 writes to _stylusCaptureWithinTreeState
PresentationCore (3)
System\Windows\Input\Stylus\Wisp\WispLogic.cs (3)
2120
UIElement.StylusCaptureWithinProperty.OnOriginValueChanged(oldCapture as DependencyObject, _stylusCapture as DependencyObject, ref
_stylusCaptureWithinTreeState
);
2470
UIElement.StylusCaptureWithinProperty.OnOriginValueChanged(_stylusCapture as DependencyObject, _stylusCapture as DependencyObject, ref
_stylusCaptureWithinTreeState
);
3633
_stylusCaptureWithinTreeState
= new DeferredElementTreeState();
4 references to _stylusCaptureWithinTreeState
PresentationCore (4)
System\Windows\Input\Stylus\Wisp\WispLogic.cs (4)
2468
if (
_stylusCaptureWithinTreeState
!= null && !
_stylusCaptureWithinTreeState
.IsEmpty)
3631
if (
_stylusCaptureWithinTreeState
== null)
3636
return
_stylusCaptureWithinTreeState
;