3 writes to desiredDeceleration
System.Windows.Input.Manipulations (3)
System\Windows\Input\Manipulations\InertiaExpansionBehavior2D.cs (3)
95
() => { this.
desiredDeceleration
= value; this.desiredExpansionX = this.desiredExpansionY = float.NaN; },
136
() => { this.desiredExpansionX = value; this.
desiredDeceleration
= float.NaN; },
177
() => { this.desiredExpansionY = value; this.
desiredDeceleration
= float.NaN; },
3 references to desiredDeceleration
System.Windows.Input.Manipulations (3)
System\Windows\Input\Manipulations\InertiaExpansionBehavior2D.cs (3)
89
get { return this.
desiredDeceleration
; }
94
() => value == this.
desiredDeceleration
,
290
if (float.IsNaN(this.
desiredDeceleration
)