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