2 writes to RequestedCancel
PresentationCore (2)
System\Windows\Input\ManipulationStartedEventArgs.cs (2)
73
RequestedCancel
= false;
82
RequestedCancel
= true;
1 reference to RequestedCancel
PresentationCore (1)
System\Windows\Input\ManipulationDevice.cs (1)
371
else if (startedEventArgs.
RequestedCancel
)