8 references to ShouldPromoteToMouse
PresentationCore (8)
System\Windows\Input\Stylus\Wisp\WispLogic.cs (8)
677if (!_currentStylusDevice.SentMouseDown && fromWisptis && ShouldPromoteToMouse(_currentStylusDevice)) 1473bool shouldPromoteToMouse = ShouldPromoteToMouse(stylusDevice); 1568bool shouldPromoteToMouse = ShouldPromoteToMouse(stylusDevice); 1585bool shouldPromoteToMouse = ShouldPromoteToMouse(stylusDevice); 1620bool shouldPromoteToMouse = ShouldPromoteToMouse(stylusDevice); 1658if (!ShouldPromoteToMouse(touchDevice.StylusDevice.As<WispStylusDevice>())) 1735Debug.Assert(ShouldPromoteToMouse(stylusDevice) && stylusDevice.TouchDevice.PromotingToOther); 2821if (!ShouldPromoteToMouse(stylusDevice) || !stylusDevice.TouchDevice.PromotingToOther)