3 writes to _mouseOverTreeState
PresentationCore (3)
Core\CSharp\System\Windows\Input\MouseDevice.cs (3)
739
UIElement.MouseOverProperty.OnOriginValueChanged(_mouseOver as DependencyObject, _mouseOver as DependencyObject, ref
_mouseOverTreeState
);
1120
UIElement.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)
737
if (
_mouseOverTreeState
!= null && !
_mouseOverTreeState
.IsEmpty)
2353
if (
_mouseOverTreeState
== null)
2358
return
_mouseOverTreeState
;