3 writes to _stylusOverTreeState
PresentationCore (3)
System\Windows\Input\Stylus\Wisp\WispLogic.cs (3)
2208UIElement.StylusOverProperty.OnOriginValueChanged(oldOver as DependencyObject, _stylusOver as DependencyObject, ref _stylusOverTreeState); 2357UIElement.StylusOverProperty.OnOriginValueChanged(_stylusOver as DependencyObject, _stylusOver as DependencyObject, ref _stylusOverTreeState); 3620_stylusOverTreeState = new DeferredElementTreeState();
4 references to _stylusOverTreeState
PresentationCore (4)
System\Windows\Input\Stylus\Wisp\WispLogic.cs (4)
2355if (_stylusOverTreeState != null && !_stylusOverTreeState.IsEmpty) 3618if (_stylusOverTreeState == null) 3623return _stylusOverTreeState;