3 writes to _mouseOverTreeState
PresentationCore (3)
System\Windows\Input\MouseDevice.cs (3)
688UIElement.MouseOverProperty.OnOriginValueChanged(_mouseOver as DependencyObject, _mouseOver as DependencyObject, ref _mouseOverTreeState); 1047UIElement.MouseOverProperty.OnOriginValueChanged(oldMouseOver as DependencyObject, _mouseOver as DependencyObject, ref _mouseOverTreeState); 2247_mouseOverTreeState = new DeferredElementTreeState();
4 references to _mouseOverTreeState
PresentationCore (4)
System\Windows\Input\MouseDevice.cs (4)
686if (_mouseOverTreeState != null && !_mouseOverTreeState.IsEmpty) 2245if (_mouseOverTreeState == null) 2250return _mouseOverTreeState;