2 instantiations of Manipulation2DCompletedEventArgs
System.Windows.Input.Manipulations (2)
System\Windows\Input\Manipulations\InertiaProcessor2D.cs (1)
808Manipulation2DCompletedEventArgs args = new Manipulation2DCompletedEventArgs(
System\Windows\Input\Manipulations\ManipulationSequence.cs (1)
591Manipulation2DCompletedEventArgs args = new Manipulation2DCompletedEventArgs(
10 references to Manipulation2DCompletedEventArgs
PresentationCore (3)
System\Windows\Input\ManipulationLogic.cs (3)
69private void OnManipulationCompleted(object sender, Manipulation2DCompletedEventArgs e) 103private void OnInertiaCompleted(object sender, Manipulation2DCompletedEventArgs e) 154private ManipulationCompletedEventArgs ConvertCompletedArguments(Manipulation2DCompletedEventArgs e)
System.Windows.Input.Manipulations (7)
System\Windows\Input\Manipulations\InertiaProcessor2D.cs (3)
268public event EventHandler<Manipulation2DCompletedEventArgs> Completed; 788EventHandler<Manipulation2DCompletedEventArgs> eventHandler = Completed; 808Manipulation2DCompletedEventArgs args = new Manipulation2DCompletedEventArgs(
System\Windows\Input\Manipulations\ManipulationProcessor2D.cs (2)
238public event EventHandler<Manipulation2DCompletedEventArgs> Completed; 365private void OnManipulationCompleted(object sender, Manipulation2DCompletedEventArgs args)
System\Windows\Input\Manipulations\ManipulationSequence.cs (2)
105public event EventHandler<Manipulation2DCompletedEventArgs> Completed; 591Manipulation2DCompletedEventArgs args = new Manipulation2DCompletedEventArgs(