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