3 writes to PromotingToManipulation
PresentationCore (3)
System\Windows\Input\TouchDevice.cs (3)
710PromotingToManipulation = false; 1103PromotingToManipulation = true; 1115PromotingToManipulation = false;
9 references to PromotingToManipulation
PresentationCore (9)
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (1)
232&& (CurrentStylusDevice?.As<PointerStylusDevice>()?.TouchDevice?.PromotingToManipulation ?? false))
System\Windows\Input\Stylus\Wisp\WispLogic.cs (4)
684if (touchDevice.PromotingToManipulation) 1504if (touchDevice.PromotingToManipulation) 1571if (touchDevice.PromotingToManipulation) 1590if (touchDevice.PromotingToManipulation)
System\Windows\Input\TouchDevice.cs (4)
769if (manipulatableElement != null && PromotingToManipulation) 1088else if ((routedEvent == Touch.TouchUpEvent) && PromotingToManipulation) 1093else if ((routedEvent == Touch.GotTouchCaptureEvent) && !PromotingToManipulation) 1107else if ((routedEvent == Touch.LostTouchCaptureEvent) && PromotingToManipulation && _manipulatingElement != null)