1 write to RequestedCancel
PresentationCore (1)
System\Windows\Input\ManipulationStartingEventArgs.cs (1)
76RequestedCancel = true;
2 references to RequestedCancel
PresentationCore (2)
System\Windows\Input\ManipulationDevice.cs (1)
355if (startingEventArgs != null && startingEventArgs.RequestedCancel)
System\Windows\Input\ManipulationLogic.cs (1)
376if (!startingArgs.RequestedCancel && (startingArgs.Mode != ManipulationModes.None))