2 writes to _desiredDeceleration
PresentationCore (2)
System\Windows\Input\InertiaExpansionBehavior.cs (2)
62_desiredDeceleration = value; 79_desiredDeceleration = double.NaN;
2 references to _desiredDeceleration
PresentationCore (2)
System\Windows\Input\InertiaExpansionBehavior.cs (2)
53get { return _desiredDeceleration; } 115behavior2D.DesiredDeceleration = (float)behavior._desiredDeceleration;