2 writes to _fDetectedDrag
PresentationCore (2)
System\Windows\Input\Stylus\Wisp\WispStylusDevice.cs (2)
1455
_fDetectedDrag
= false;
1476
_fDetectedDrag
= true;
2 references to _fDetectedDrag
PresentationCore (2)
System\Windows\Input\Stylus\Wisp\WispStylusDevice.cs (2)
1462
else if (inputSource != null && _fBlockMouseMoveChanges && _seenDoubleTapGesture && !_fGestureWasFired && !
_fDetectedDrag
)
1871
get { return
_fDetectedDrag
; }