4 references to Completed
System.Windows.Input.Manipulations (4)
System\Windows\Input\Manipulations\ManipulationProcessor2D.cs (2)
337this.currentManipulation.Completed += OnManipulationCompleted; 372this.currentManipulation.Completed -= OnManipulationCompleted;
System\Windows\Input\Manipulations\ManipulationSequence.cs (2)
581Debug.Assert(Completed != null, "Processor hasn't registered for Completed event"); 597Completed(this, args);