2 writes to _desiredDeceleration
PresentationCore (2)
System\Windows\Input\InertiaTranslationBehavior.cs (2)
58_desiredDeceleration = value; 80_desiredDeceleration = double.NaN;
2 references to _desiredDeceleration
PresentationCore (2)
System\Windows\Input\InertiaTranslationBehavior.cs (2)
49get { return _desiredDeceleration; } 106behavior2D.DesiredDeceleration = (float)behavior._desiredDeceleration;