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