3 writes to _mouseOverTreeState
PresentationCore (3)
Core\CSharp\System\Windows\Input\MouseDevice.cs (3)
739UIElement.MouseOverProperty.OnOriginValueChanged(_mouseOver as DependencyObject, _mouseOver as DependencyObject, ref _mouseOverTreeState); 1120UIElement.MouseOverProperty.OnOriginValueChanged(oldMouseOver as DependencyObject, _mouseOver as DependencyObject, ref _mouseOverTreeState); 2355_mouseOverTreeState = new DeferredElementTreeState();
4 references to _mouseOverTreeState
PresentationCore (4)
Core\CSharp\System\Windows\Input\MouseDevice.cs (4)
737if (_mouseOverTreeState != null && !_mouseOverTreeState.IsEmpty) 2353if (_mouseOverTreeState == null) 2358return _mouseOverTreeState;