8 references to ShouldPromoteToMouse
PresentationCore (8)
System\Windows\Input\Stylus\Wisp\WispLogic.cs (8)
677if (!_currentStylusDevice.SentMouseDown && fromWisptis && ShouldPromoteToMouse(_currentStylusDevice)) 1475bool shouldPromoteToMouse = ShouldPromoteToMouse(stylusDevice); 1570bool shouldPromoteToMouse = ShouldPromoteToMouse(stylusDevice); 1587bool shouldPromoteToMouse = ShouldPromoteToMouse(stylusDevice); 1622bool shouldPromoteToMouse = ShouldPromoteToMouse(stylusDevice); 1660if (!ShouldPromoteToMouse(touchDevice.StylusDevice.As<WispStylusDevice>())) 1737Debug.Assert(ShouldPromoteToMouse(stylusDevice) && stylusDevice.TouchDevice.PromotingToOther); 2831if (!ShouldPromoteToMouse(stylusDevice) || !stylusDevice.TouchDevice.PromotingToOther)