2 writes to _stylusOverTreeState
PresentationCore (2)
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (2)
678UIElement.StylusOverProperty.OnOriginValueChanged(oldOver as DependencyObject, _stylusOver as DependencyObject, ref _stylusOverTreeState); 898UIElement.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); 896if (_stylusOverTreeState != null && !_stylusOverTreeState.IsEmpty)