3 writes to PromotingToManipulation
PresentationCore (3)
System\Windows\Input\TouchDevice.cs (3)
698
PromotingToManipulation
= false;
1091
PromotingToManipulation
= true;
1103
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)
675
if (touchDevice.
PromotingToManipulation
)
1495
if (touchDevice.
PromotingToManipulation
)
1562
if (touchDevice.
PromotingToManipulation
)
1581
if (touchDevice.
PromotingToManipulation
)
System\Windows\Input\TouchDevice.cs (4)
757
if (manipulatableElement != null &&
PromotingToManipulation
)
1076
else if ((routedEvent == Touch.TouchUpEvent) &&
PromotingToManipulation
)
1081
else if ((routedEvent == Touch.GotTouchCaptureEvent) && !
PromotingToManipulation
)
1095
else if ((routedEvent == Touch.LostTouchCaptureEvent) &&
PromotingToManipulation
&& _manipulatingElement != null)