8 references to Started
PresentationCore (1)
System\Windows\Input\ManipulationLogic.cs (1)
397_manipulationProcessor.Started += OnManipulationStarted;
System.Windows.Input.Manipulations (7)
System\Windows\Input\Manipulations\InertiaProcessor2D.cs (2)
176/// <strong><see cref="System.Windows.Input.Manipulations.ManipulationProcessor2D.Started">ManipulationProcessor2D.Started</see></strong> 306/// <strong><see cref="System.Windows.Input.Manipulations.ManipulationProcessor2D.Started">ManipulationProcessor2D.Started</see></strong>
System\Windows\Input\Manipulations\Manipulation2DStartedEventArgs.cs (2)
11/// <strong><see cref="System.Windows.Input.Manipulations.ManipulationProcessor2D.Started">ManipulationProcessor2D.Started</see></strong> 17/// <strong><see cref="System.Windows.Input.Manipulations.ManipulationProcessor2D.Started">ManipulationProcessor2D.Started</see></strong>
System\Windows\Input\Manipulations\ManipulationProcessor2D.cs (3)
25/// <strong><see cref="Started"/></strong>, 339if (Started != null) 341Started(this, args);