2 writes to _initialVelocity
PresentationCore (2)
System\Windows\Input\InertiaRotationBehavior.cs (2)
29_initialVelocity = initialVelocity; 41_initialVelocity = value;
2 references to _initialVelocity
PresentationCore (2)
System\Windows\Input\InertiaRotationBehavior.cs (2)
37get { return _initialVelocity; } 98behavior2D.InitialVelocity = (float)AngleUtil.DegreesToRadians(behavior._initialVelocity);