3 writes to PromotingToManipulation
PresentationCore (3)
Core\CSharp\System\Windows\Input\TouchDevice.cs (3)
762
PromotingToManipulation
= false;
1192
PromotingToManipulation
= true;
1204
PromotingToManipulation
= false;
4 references to PromotingToManipulation
PresentationCore (4)
Core\CSharp\System\Windows\Input\TouchDevice.cs (4)
835
if (manipulatableElement != null &&
PromotingToManipulation
)
1177
else if ((routedEvent == Touch.TouchUpEvent) &&
PromotingToManipulation
)
1182
else if ((routedEvent == Touch.GotTouchCaptureEvent) && !
PromotingToManipulation
)
1196
else if ((routedEvent == Touch.LostTouchCaptureEvent) &&
PromotingToManipulation
&& _manipulatingElement != null)