2 writes to expansionVelocity
System.Windows.Input.Manipulations (2)
System\Windows\Input\Manipulations\ManipulationVelocities2D.cs (2)
94this.expansionVelocity = new Lazy<float>(expansionVelocity); 118this.expansionVelocity = new Lazy<float>(getExpansionVelocity);
2 references to expansionVelocity
System.Windows.Input.Manipulations (2)
System\Windows\Input\Manipulations\ManipulationVelocities2D.cs (2)
61get { return this.expansionVelocity.Value; } 70get { return this.expansionVelocity.Value; }