2 writes to RequestedCancel
PresentationCore (2)
Core\CSharp\System\Windows\Input\ManipulationStartedEventArgs.cs (2)
86
RequestedCancel
= false;
95
RequestedCancel
= true;
1 reference to RequestedCancel
PresentationCore (1)
Core\CSharp\System\Windows\Input\ManipulationDevice.cs (1)
438
else if (startedEventArgs.
RequestedCancel
)