2 writes to _tracking
PresentationCore (2)
System\Windows\InterOp\HwndMouseInputProvider.cs (2)
1146
_tracking
= true;
1164
_tracking
= false;
3 references to _tracking
PresentationCore (3)
System\Windows\InterOp\HwndMouseInputProvider.cs (3)
753
!
_tracking
) // OR no one has capture and the mouse is not over us
1139
if(!
_tracking
&& !_isDwmProcess)
1157
if(
_tracking
&& !_isDwmProcess)