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