2 instantiations of Manipulation2DCompletedEventArgs
System.Windows.Input.Manipulations (2)
System\Windows\Input\Manipulations\InertiaProcessor2D.cs (1)
804Manipulation2DCompletedEventArgs args = new Manipulation2DCompletedEventArgs(
System\Windows\Input\Manipulations\ManipulationSequence.cs (1)
584Manipulation2DCompletedEventArgs args = new Manipulation2DCompletedEventArgs(
10 references to Manipulation2DCompletedEventArgs
PresentationCore (3)
System\Windows\Input\ManipulationLogic.cs (3)
61private void OnManipulationCompleted(object sender, Manipulation2DCompletedEventArgs e) 95private void OnInertiaCompleted(object sender, Manipulation2DCompletedEventArgs e) 146private ManipulationCompletedEventArgs ConvertCompletedArguments(Manipulation2DCompletedEventArgs e)
System.Windows.Input.Manipulations (7)
System\Windows\Input\Manipulations\InertiaProcessor2D.cs (3)
267public event EventHandler<Manipulation2DCompletedEventArgs> Completed; 784EventHandler<Manipulation2DCompletedEventArgs> eventHandler = Completed; 804Manipulation2DCompletedEventArgs args = new Manipulation2DCompletedEventArgs(
System\Windows\Input\Manipulations\ManipulationProcessor2D.cs (2)
237public event EventHandler<Manipulation2DCompletedEventArgs> Completed; 364private void OnManipulationCompleted(object sender, Manipulation2DCompletedEventArgs args)
System\Windows\Input\Manipulations\ManipulationSequence.cs (2)
104public event EventHandler<Manipulation2DCompletedEventArgs> Completed; 584Manipulation2DCompletedEventArgs args = new Manipulation2DCompletedEventArgs(