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