3 writes to PromotingToManipulation
PresentationCore (3)
System\Windows\Input\TouchDevice.cs (3)
697
PromotingToManipulation
= false;
1092
PromotingToManipulation
= true;
1104
PromotingToManipulation
= false;
9 references to PromotingToManipulation
PresentationCore (9)
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (1)
214
&& (CurrentStylusDevice?.As<PointerStylusDevice>()?.TouchDevice?.
PromotingToManipulation
?? false))
System\Windows\Input\Stylus\Wisp\WispLogic.cs (4)
683
if (touchDevice.
PromotingToManipulation
)
1505
if (touchDevice.
PromotingToManipulation
)
1572
if (touchDevice.
PromotingToManipulation
)
1591
if (touchDevice.
PromotingToManipulation
)
System\Windows\Input\TouchDevice.cs (4)
756
if (manipulatableElement != null &&
PromotingToManipulation
)
1077
else if ((routedEvent == Touch.TouchUpEvent) &&
PromotingToManipulation
)
1082
else if ((routedEvent == Touch.GotTouchCaptureEvent) && !
PromotingToManipulation
)
1096
else if ((routedEvent == Touch.LostTouchCaptureEvent) &&
PromotingToManipulation
&& _manipulatingElement != null)