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