2 writes to _desiredDeceleration
PresentationCore (2)
System\Windows\Input\InertiaTranslationBehavior.cs (2)
59_desiredDeceleration = value; 81_desiredDeceleration = double.NaN;
2 references to _desiredDeceleration
PresentationCore (2)
System\Windows\Input\InertiaTranslationBehavior.cs (2)
50get { return _desiredDeceleration; } 107behavior2D.DesiredDeceleration = (float)behavior._desiredDeceleration;