3 writes to PromotingToManipulation
PresentationCore (3)
System\Windows\Input\TouchDevice.cs (3)
710
PromotingToManipulation
= false;
1103
PromotingToManipulation
= true;
1115
PromotingToManipulation
= false;
9 references to PromotingToManipulation
PresentationCore (9)
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (1)
232
&& (CurrentStylusDevice?.As<PointerStylusDevice>()?.TouchDevice?.
PromotingToManipulation
?? false))
System\Windows\Input\Stylus\Wisp\WispLogic.cs (4)
684
if (touchDevice.
PromotingToManipulation
)
1504
if (touchDevice.
PromotingToManipulation
)
1571
if (touchDevice.
PromotingToManipulation
)
1590
if (touchDevice.
PromotingToManipulation
)
System\Windows\Input\TouchDevice.cs (4)
769
if (manipulatableElement != null &&
PromotingToManipulation
)
1088
else if ((routedEvent == Touch.TouchUpEvent) &&
PromotingToManipulation
)
1093
else if ((routedEvent == Touch.GotTouchCaptureEvent) && !
PromotingToManipulation
)
1107
else if ((routedEvent == Touch.LostTouchCaptureEvent) &&
PromotingToManipulation
&& _manipulatingElement != null)