2 writes to expansionVelocity
System.Windows.Input.Manipulations (2)
System\Windows\Input\Manipulations\ManipulationVelocities2D.cs (2)
93this.expansionVelocity = new Lazy<float>(expansionVelocity); 117this.expansionVelocity = new Lazy<float>(getExpansionVelocity);
2 references to expansionVelocity
System.Windows.Input.Manipulations (2)
System\Windows\Input\Manipulations\ManipulationVelocities2D.cs (2)
60get { return this.expansionVelocity.Value; } 69get { return this.expansionVelocity.Value; }