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