4 references to ManipulationStartedEvent
PresentationCore (4)
System\Windows\Input\ManipulationDevice.cs (1)
376
else if (routedEvent == Manipulation.
ManipulationStartedEvent
)
System\Windows\Input\ManipulationStartedEventArgs.cs (2)
32
RoutedEvent = Manipulation.
ManipulationStartedEvent
;
47
if (RoutedEvent == Manipulation.
ManipulationStartedEvent
)
System\Windows\UIElement.cs (1)
4407
public static readonly RoutedEvent ManipulationStartedEvent = Manipulation.
ManipulationStartedEvent
.AddOwner(typeof(UIElement));