8 references to ShouldPromoteToMouse
PresentationCore (8)
System\Windows\Input\Stylus\Wisp\WispLogic.cs (8)
668
if (!_currentStylusDevice.SentMouseDown && fromWisptis &&
ShouldPromoteToMouse
(_currentStylusDevice))
1464
bool shouldPromoteToMouse =
ShouldPromoteToMouse
(stylusDevice);
1559
bool shouldPromoteToMouse =
ShouldPromoteToMouse
(stylusDevice);
1576
bool shouldPromoteToMouse =
ShouldPromoteToMouse
(stylusDevice);
1611
bool shouldPromoteToMouse =
ShouldPromoteToMouse
(stylusDevice);
1649
if (!
ShouldPromoteToMouse
(touchDevice.StylusDevice.As<WispStylusDevice>()))
1726
Debug.Assert(
ShouldPromoteToMouse
(stylusDevice) && stylusDevice.TouchDevice.PromotingToOther);
2812
if (!
ShouldPromoteToMouse
(stylusDevice) || !stylusDevice.TouchDevice.PromotingToOther)