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