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)
247return _cancelSize; // Used for drag detection when double tapping. 261return !(_doubleTapSize.IsEmpty || _cancelSize.IsEmpty); 290_cancelSize.Width = Math.Max(mouseDragDefault.Width, _cancelSize.Width); 291_cancelSize.Height = Math.Max(mouseDragDefault.Height, _cancelSize.Height);