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