3 writes to _mouseOverTreeState
PresentationCore (3)
System\Windows\Input\MouseDevice.cs (3)
650UIElement.MouseOverProperty.OnOriginValueChanged(_mouseOver as DependencyObject, _mouseOver as DependencyObject, ref _mouseOverTreeState); 1013UIElement.MouseOverProperty.OnOriginValueChanged(oldMouseOver as DependencyObject, _mouseOver as DependencyObject, ref _mouseOverTreeState); 2246_mouseOverTreeState = new DeferredElementTreeState();
4 references to _mouseOverTreeState
PresentationCore (4)
System\Windows\Input\MouseDevice.cs (4)
648if (_mouseOverTreeState != null && !_mouseOverTreeState.IsEmpty) 2244if (_mouseOverTreeState == null) 2249return _mouseOverTreeState;