1 instantiation of Manipulation2DStartedEventArgs
System.Windows.Input.Manipulations (1)
System\Windows\Input\Manipulations\ManipulationSequence.cs (1)
515Started(this, new Manipulation2DStartedEventArgs(
4 references to Manipulation2DStartedEventArgs
PresentationCore (1)
System\Windows\Input\ManipulationLogic.cs (1)
39private void OnManipulationStarted(object sender, Manipulation2DStartedEventArgs e)
System.Windows.Input.Manipulations (3)
System\Windows\Input\Manipulations\ManipulationProcessor2D.cs (2)
219public event EventHandler<Manipulation2DStartedEventArgs> Started; 327private void OnManipulationStarted(object sender, Manipulation2DStartedEventArgs args)
System\Windows\Input\Manipulations\ManipulationSequence.cs (1)
95public event EventHandler<Manipulation2DStartedEventArgs> Started;