3 writes to _cancelSize
PresentationCore (3)
System\Windows\Input\Stylus\Wisp\WispTabletDevice.cs (3)
222
_cancelSize
= Size.Empty;
285
_cancelSize
= new Size((int)Math.Round((ScreenSize.Width * stylusLogic.CancelDelta) / dwXValue),
305
_cancelSize
= mouseDragDefault;
6 references to _cancelSize
PresentationCore (6)
System\Windows\Input\Stylus\Wisp\WispTabletDevice.cs (6)
247
return
_cancelSize
; // Used for drag detection when double tapping.
261
return !(_doubleTapSize.IsEmpty ||
_cancelSize
.IsEmpty);
290
_cancelSize
.Width = Math.Max(mouseDragDefault.Width,
_cancelSize
.Width);
291
_cancelSize
.Height = Math.Max(mouseDragDefault.Height,
_cancelSize
.Height);