4 references to ManipulationStartedEvent
PresentationCore (4)
System\Windows\Input\ManipulationDevice.cs (1)
367
else if (routedEvent == Manipulation.
ManipulationStartedEvent
)
System\Windows\Input\ManipulationStartedEventArgs.cs (2)
25
RoutedEvent = Manipulation.
ManipulationStartedEvent
;
40
if (RoutedEvent == Manipulation.
ManipulationStartedEvent
)
System\Windows\UIElement.cs (1)
4402
public static readonly RoutedEvent ManipulationStartedEvent = Manipulation.
ManipulationStartedEvent
.AddOwner(typeof(UIElement));