2 writes to _expansionBehavior
PresentationCore (2)
Core\CSharp\System\Windows\Input\ManipulationInertiaStartingEventArgs.cs (2)
154_expansionBehavior = new InertiaExpansionBehavior(InitialVelocities.ExpansionVelocity); 161_expansionBehavior = value;
4 references to _expansionBehavior
PresentationCore (4)
Core\CSharp\System\Windows\Input\ManipulationInertiaStartingEventArgs.cs (4)
157return _expansionBehavior; 240if (_expansionBehavior != null && _expansionBehavior.CanUseForInertia()) 257InertiaExpansionBehavior.ApplyParameters(_expansionBehavior, processor, velocities.ExpansionVelocity);