4 references to ManipulationStartingEvent
PresentationCore (4)
Core\CSharp\System\Windows\Input\ManipulationDevice.cs (1)
419
else if (routedEvent == Manipulation.
ManipulationStartingEvent
)
Core\CSharp\System\Windows\Input\ManipulationStartingEventArgs.cs (2)
26
RoutedEvent = Manipulation.
ManipulationStartingEvent
;
125
if (RoutedEvent == Manipulation.
ManipulationStartingEvent
)
Core\CSharp\System\Windows\UIElement.cs (1)
4425
public static readonly RoutedEvent ManipulationStartingEvent = Manipulation.
ManipulationStartingEvent
.AddOwner(typeof(UIElement));