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