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