1 instantiation of Manipulation2DStartedEventArgs
System.Windows.Input.Manipulations (1)
System\Windows\Input\Manipulations\ManipulationSequence.cs (1)
508
Started(this, new
Manipulation2DStartedEventArgs
(
4 references to Manipulation2DStartedEventArgs
PresentationCore (1)
System\Windows\Input\ManipulationLogic.cs (1)
31
private void OnManipulationStarted(object sender,
Manipulation2DStartedEventArgs
e)
System.Windows.Input.Manipulations (3)
System\Windows\Input\Manipulations\ManipulationProcessor2D.cs (2)
218
public event EventHandler<
Manipulation2DStartedEventArgs
> Started;
326
private void OnManipulationStarted(object sender,
Manipulation2DStartedEventArgs
args)
System\Windows\Input\Manipulations\ManipulationSequence.cs (1)
94
public event EventHandler<
Manipulation2DStartedEventArgs
> Started;