4 references to ManipulationCompletedEvent
PresentationCore (4)
Core\CSharp\System\Windows\Input\ManipulationCompletedEventArgs.cs (2)
44
RoutedEvent = Manipulation.
ManipulationCompletedEvent
;
68
if (RoutedEvent == Manipulation.
ManipulationCompletedEvent
)
Core\CSharp\System\Windows\Input\ManipulationDevice.cs (1)
472
else if (routedEvent == Manipulation.
ManipulationCompletedEvent
)
Core\CSharp\System\Windows\UIElement.cs (1)
4550
public static readonly RoutedEvent ManipulationCompletedEvent = Manipulation.
ManipulationCompletedEvent
.AddOwner(typeof(UIElement));