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