4 references to ManipulationStartedEvent
PresentationCore (4)
System\Windows\Input\ManipulationDevice.cs (1)
360
else if (routedEvent == Manipulation.
ManipulationStartedEvent
)
System\Windows\Input\ManipulationStartedEventArgs.cs (2)
24
RoutedEvent = Manipulation.
ManipulationStartedEvent
;
39
if (RoutedEvent == Manipulation.
ManipulationStartedEvent
)
System\Windows\UIElement.cs (1)
4386
public static readonly RoutedEvent ManipulationStartedEvent = Manipulation.
ManipulationStartedEvent
.AddOwner(typeof(UIElement));