3 writes to PromotingToManipulation
PresentationCore (3)
System\Windows\Input\TouchDevice.cs (3)
698PromotingToManipulation = false; 1093PromotingToManipulation = true; 1105PromotingToManipulation = 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)
684if (touchDevice.PromotingToManipulation) 1506if (touchDevice.PromotingToManipulation) 1573if (touchDevice.PromotingToManipulation) 1592if (touchDevice.PromotingToManipulation)
System\Windows\Input\TouchDevice.cs (4)
757if (manipulatableElement != null && PromotingToManipulation) 1078else if ((routedEvent == Touch.TouchUpEvent) && PromotingToManipulation) 1083else if ((routedEvent == Touch.GotTouchCaptureEvent) && !PromotingToManipulation) 1097else if ((routedEvent == Touch.LostTouchCaptureEvent) && PromotingToManipulation && _manipulatingElement != null)