2 writes to _tracking
PresentationCore (2)
Core\CSharp\System\Windows\Interop\HwndMouseInputProvider.cs (2)
1084
_tracking
= true;
1106
_tracking
= false;
3 references to _tracking
PresentationCore (3)
Core\CSharp\System\Windows\Interop\HwndMouseInputProvider.cs (3)
814
!
_tracking
) // OR no one has capture and the mouse is not over us
1077
if(!
_tracking
&& !_isDwmProcess)
1099
if(
_tracking
&& !_isDwmProcess)