4 writes to Value
System.Windows.Input.Manipulations (4)
System\Windows\Input\Manipulations\InertiaProcessor2D.cs (4)
99
this.initialExpansion.
Value
= 1;
137
this.initialTranslationX.
Value
= value;
166
this.initialTranslationY.
Value
= value;
485
this.initialExpansion.
Value
= behavior.InitialRadius;
4 references to Value
System.Windows.Input.Manipulations (4)
System\Windows\Input\Manipulations\InertiaProcessor2D.cs (4)
130
return (float)this.initialTranslationX.
Value
;
159
return (float)this.initialTranslationY.
Value
;
1141
",\nValue=" + this.
Value
+
1236
this.InitialValue = initialState.
Value
;