3 writes to _cancelSize
PresentationCore (3)
System\Windows\Input\Stylus\Wisp\WispTabletDevice.cs (3)
231
_cancelSize
= Size.Empty;
294
_cancelSize
= new Size((int)Math.Round((ScreenSize.Width * stylusLogic.CancelDelta) / dwXValue),
314
_cancelSize
= mouseDragDefault;
6 references to _cancelSize
PresentationCore (6)
System\Windows\Input\Stylus\Wisp\WispTabletDevice.cs (6)
256
return
_cancelSize
; // Used for drag detection when double tapping.
270
return !(_doubleTapSize.IsEmpty ||
_cancelSize
.IsEmpty);
299
_cancelSize
.Width = Math.Max(mouseDragDefault.Width,
_cancelSize
.Width);
300
_cancelSize
.Height = Math.Max(mouseDragDefault.Height,
_cancelSize
.Height);