2 references to CanUseForInertia
PresentationCore (2)
Core\CSharp\System\Windows\Input\InertiaExpansionBehavior.cs (1)
99if (behavior != null && behavior.CanUseForInertia())
Core\CSharp\System\Windows\Input\ManipulationInertiaStartingEventArgs.cs (1)
240if (_expansionBehavior != null && _expansionBehavior.CanUseForInertia())