2 references to CanUseForInertia
PresentationCore (2)
System\Windows\Input\InertiaExpansionBehavior.cs (1)
100if (behavior != null && behavior.CanUseForInertia())
System\Windows\Input\ManipulationInertiaStartingEventArgs.cs (1)
229if (_expansionBehavior != null && _expansionBehavior.CanUseForInertia())