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