3 writes to RequestedCancel
PresentationCore (3)
Core\CSharp\System\Windows\Input\ManipulationDeltaEventArgs.cs (3)
170
RequestedCancel
= false;
180
RequestedCancel
= false;
191
RequestedCancel
= true;
1 reference to RequestedCancel
PresentationCore (1)
Core\CSharp\System\Windows\Input\ManipulationDevice.cs (1)
412
else if (deltaEventArgs.
RequestedCancel
)