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