2 writes to _stylusOverTreeState
PresentationCore (2)
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (2)
663UIElement.StylusOverProperty.OnOriginValueChanged(oldOver as DependencyObject, _stylusOver as DependencyObject, ref _stylusOverTreeState); 883UIElement.StylusOverProperty.OnOriginValueChanged(_stylusOver as DependencyObject, _stylusOver as DependencyObject, ref _stylusOverTreeState);
4 references to _stylusOverTreeState
PresentationCore (4)
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (4)
833_stylusOverTreeState.SetCoreParent(element, oldParent); 837_stylusOverTreeState.SetLogicalParent(element, oldParent); 881if (_stylusOverTreeState != null && !_stylusOverTreeState.IsEmpty)