3 writes to PromotingToManipulation
PresentationCore (3)
System\Windows\Input\TouchDevice.cs (3)
697PromotingToManipulation = false; 1092PromotingToManipulation = true; 1104PromotingToManipulation = false;
9 references to PromotingToManipulation
PresentationCore (9)
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (1)
214&& (CurrentStylusDevice?.As<PointerStylusDevice>()?.TouchDevice?.PromotingToManipulation ?? false))
System\Windows\Input\Stylus\Wisp\WispLogic.cs (4)
683if (touchDevice.PromotingToManipulation) 1505if (touchDevice.PromotingToManipulation) 1572if (touchDevice.PromotingToManipulation) 1591if (touchDevice.PromotingToManipulation)
System\Windows\Input\TouchDevice.cs (4)
756if (manipulatableElement != null && PromotingToManipulation) 1077else if ((routedEvent == Touch.TouchUpEvent) && PromotingToManipulation) 1082else if ((routedEvent == Touch.GotTouchCaptureEvent) && !PromotingToManipulation) 1096else if ((routedEvent == Touch.LostTouchCaptureEvent) && PromotingToManipulation && _manipulatingElement != null)