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