3 writes to _mouseOverTreeState
PresentationCore (3)
System\Windows\Input\MouseDevice.cs (3)
665UIElement.MouseOverProperty.OnOriginValueChanged(_mouseOver as DependencyObject, _mouseOver as DependencyObject, ref _mouseOverTreeState); 1024UIElement.MouseOverProperty.OnOriginValueChanged(oldMouseOver as DependencyObject, _mouseOver as DependencyObject, ref _mouseOverTreeState); 2224_mouseOverTreeState = new DeferredElementTreeState();
4 references to _mouseOverTreeState
PresentationCore (4)
System\Windows\Input\MouseDevice.cs (4)
663if (_mouseOverTreeState != null && !_mouseOverTreeState.IsEmpty) 2222if (_mouseOverTreeState == null) 2227return _mouseOverTreeState;