5 references to ScaleX
PresentationCore (2)
System\Windows\Input\ManipulationLogic.cs (2)
166
new Vector(delta.
ScaleX
* add.Scale.X, delta.ScaleY * add.Scale.Y),
174
new Vector(delta.
ScaleX
, delta.ScaleY),
System.Windows.Input.Manipulations (3)
System\Windows\Input\Manipulations\InertiaProcessor2D.cs (3)
821
" TotalScale=" + args.Total.
ScaleX
);
881
" ScaleDelta=" + args.Delta.
ScaleX
+
885
" CumulativeScale=" + args.Cumulative.
ScaleX
);