2 writes to _stylusOverTreeState
PresentationCore (2)
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (2)
678
UIElement.StylusOverProperty.OnOriginValueChanged(oldOver as DependencyObject, _stylusOver as DependencyObject, ref
_stylusOverTreeState
);
898
UIElement.StylusOverProperty.OnOriginValueChanged(_stylusOver as DependencyObject, _stylusOver as DependencyObject, ref
_stylusOverTreeState
);
4 references to _stylusOverTreeState
PresentationCore (4)
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (4)
848
_stylusOverTreeState
.SetCoreParent(element, oldParent);
852
_stylusOverTreeState
.SetLogicalParent(element, oldParent);
896
if (
_stylusOverTreeState
!= null && !
_stylusOverTreeState
.IsEmpty)