8 references to ShouldPromoteToMouse
PresentationCore (8)
System\Windows\Input\Stylus\Wisp\WispLogic.cs (8)
676if (!_currentStylusDevice.SentMouseDown && fromWisptis && ShouldPromoteToMouse(_currentStylusDevice)) 1474bool shouldPromoteToMouse = ShouldPromoteToMouse(stylusDevice); 1569bool shouldPromoteToMouse = ShouldPromoteToMouse(stylusDevice); 1586bool shouldPromoteToMouse = ShouldPromoteToMouse(stylusDevice); 1621bool shouldPromoteToMouse = ShouldPromoteToMouse(stylusDevice); 1659if (!ShouldPromoteToMouse(touchDevice.StylusDevice.As<WispStylusDevice>())) 1736Debug.Assert(ShouldPromoteToMouse(stylusDevice) && stylusDevice.TouchDevice.PromotingToOther); 2830if (!ShouldPromoteToMouse(stylusDevice) || !stylusDevice.TouchDevice.PromotingToOther)