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