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