3 writes to PromotingToManipulation
PresentationCore (3)
System\Windows\Input\TouchDevice.cs (3)
698
PromotingToManipulation
= false;
1093
PromotingToManipulation
= true;
1105
PromotingToManipulation
= false;
9 references to PromotingToManipulation
PresentationCore (9)
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (1)
215
&& (CurrentStylusDevice?.As<PointerStylusDevice>()?.TouchDevice?.
PromotingToManipulation
?? false))
System\Windows\Input\Stylus\Wisp\WispLogic.cs (4)
684
if (touchDevice.
PromotingToManipulation
)
1506
if (touchDevice.
PromotingToManipulation
)
1573
if (touchDevice.
PromotingToManipulation
)
1592
if (touchDevice.
PromotingToManipulation
)
System\Windows\Input\TouchDevice.cs (4)
757
if (manipulatableElement != null &&
PromotingToManipulation
)
1078
else if ((routedEvent == Touch.TouchUpEvent) &&
PromotingToManipulation
)
1083
else if ((routedEvent == Touch.GotTouchCaptureEvent) && !
PromotingToManipulation
)
1097
else if ((routedEvent == Touch.LostTouchCaptureEvent) &&
PromotingToManipulation
&& _manipulatingElement != null)