1 write to RequestedCancel
PresentationCore (1)
Core\CSharp\System\Windows\Input\ManipulationStartingEventArgs.cs (1)
82RequestedCancel = true;
2 references to RequestedCancel
PresentationCore (2)
Core\CSharp\System\Windows\Input\ManipulationDevice.cs (1)
422if (startingEventArgs != null && startingEventArgs.RequestedCancel)
Core\CSharp\System\Windows\Input\ManipulationLogic.cs (1)
421if (!startingArgs.RequestedCancel && (startingArgs.Mode != ManipulationModes.None))