2 writes to desiredExpansionY
System.Windows.Input.Manipulations (2)
System\Windows\Input\Manipulations\InertiaExpansionBehavior2D.cs (2)
96
() => { this.desiredDeceleration = value; this.desiredExpansionX = this.
desiredExpansionY
= float.NaN; },
178
() => { this.
desiredExpansionY
= value; this.desiredDeceleration = float.NaN; },
5 references to desiredExpansionY
System.Windows.Input.Manipulations (5)
System\Windows\Input\Manipulations\InertiaExpansionBehavior2D.cs (5)
172
get { return this.
desiredExpansionY
; }
177
() => (value == this.
desiredExpansionY
),
282
&& !float.IsNaN(this.
desiredExpansionY
)
283
&& (this.desiredExpansionX != this.
desiredExpansionY
))
292
&& (float.IsNaN(this.desiredExpansionX) || float.IsNaN(this.
desiredExpansionY
)))