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