3 writes to _mouseOverTreeState
PresentationCore (3)
System\Windows\Input\MouseDevice.cs (3)
656UIElement.MouseOverProperty.OnOriginValueChanged(_mouseOver as DependencyObject, _mouseOver as DependencyObject, ref _mouseOverTreeState); 1015UIElement.MouseOverProperty.OnOriginValueChanged(oldMouseOver as DependencyObject, _mouseOver as DependencyObject, ref _mouseOverTreeState); 2215_mouseOverTreeState = new DeferredElementTreeState();
4 references to _mouseOverTreeState
PresentationCore (4)
System\Windows\Input\MouseDevice.cs (4)
654if (_mouseOverTreeState != null && !_mouseOverTreeState.IsEmpty) 2213if (_mouseOverTreeState == null) 2218return _mouseOverTreeState;