4 references to ManipulationStartedEvent
PresentationCore (4)
Core\CSharp\System\Windows\Input\ManipulationDevice.cs (1)
427
else if (routedEvent == Manipulation.
ManipulationStartedEvent
)
Core\CSharp\System\Windows\Input\ManipulationStartedEventArgs.cs (2)
31
RoutedEvent = Manipulation.
ManipulationStartedEvent
;
52
if (RoutedEvent == Manipulation.
ManipulationStartedEvent
)
Core\CSharp\System\Windows\UIElement.cs (1)
4450
public static readonly RoutedEvent ManipulationStartedEvent = Manipulation.
ManipulationStartedEvent
.AddOwner(typeof(UIElement));