8 references to Started
PresentationCore (1)
System\Windows\Input\ManipulationLogic.cs (1)
403_manipulationProcessor.Started += OnManipulationStarted;
System.Windows.Input.Manipulations (7)
System\Windows\Input\Manipulations\InertiaProcessor2D.cs (2)
177/// <strong><see cref="System.Windows.Input.Manipulations.ManipulationProcessor2D.Started">ManipulationProcessor2D.Started</see></strong> 307/// <strong><see cref="System.Windows.Input.Manipulations.ManipulationProcessor2D.Started">ManipulationProcessor2D.Started</see></strong>
System\Windows\Input\Manipulations\Manipulation2DStartedEventArgs.cs (2)
13/// <strong><see cref="System.Windows.Input.Manipulations.ManipulationProcessor2D.Started">ManipulationProcessor2D.Started</see></strong> 19/// <strong><see cref="System.Windows.Input.Manipulations.ManipulationProcessor2D.Started">ManipulationProcessor2D.Started</see></strong>
System\Windows\Input\Manipulations\ManipulationProcessor2D.cs (3)
26/// <strong><see cref="Started"/></strong>, 340if (Started != null) 342Started(this, args);