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