2 writes to _rotationBehavior
PresentationCore (2)
Core\CSharp\System\Windows\Input\ManipulationInertiaStartingEventArgs.cs (2)
134
_rotationBehavior
= new InertiaRotationBehavior(InitialVelocities.AngularVelocity);
141
_rotationBehavior
= value;
4 references to _rotationBehavior
PresentationCore (4)
Core\CSharp\System\Windows\Input\ManipulationInertiaStartingEventArgs.cs (4)
137
return
_rotationBehavior
;
235
if (
_rotationBehavior
!= null &&
_rotationBehavior
.CanUseForInertia())
256
InertiaRotationBehavior.ApplyParameters(
_rotationBehavior
, processor, velocities.AngularVelocity);