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