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