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