8 references to ShouldPromoteToMouse
PresentationCore (8)
System\Windows\Input\Stylus\Wisp\WispLogic.cs (8)
668if (!_currentStylusDevice.SentMouseDown && fromWisptis && ShouldPromoteToMouse(_currentStylusDevice)) 1464bool shouldPromoteToMouse = ShouldPromoteToMouse(stylusDevice); 1559bool shouldPromoteToMouse = ShouldPromoteToMouse(stylusDevice); 1576bool shouldPromoteToMouse = ShouldPromoteToMouse(stylusDevice); 1611bool shouldPromoteToMouse = ShouldPromoteToMouse(stylusDevice); 1649if (!ShouldPromoteToMouse(touchDevice.StylusDevice.As<WispStylusDevice>())) 1726Debug.Assert(ShouldPromoteToMouse(stylusDevice) && stylusDevice.TouchDevice.PromotingToOther); 2812if (!ShouldPromoteToMouse(stylusDevice) || !stylusDevice.TouchDevice.PromotingToOther)