5 references to ScaleX
PresentationCore (2)
System\Windows\Input\ManipulationLogic.cs (2)
165
new Vector(delta.
ScaleX
* add.Scale.X, delta.ScaleY * add.Scale.Y),
173
new Vector(delta.
ScaleX
, delta.ScaleY),
System.Windows.Input.Manipulations (3)
System\Windows\Input\Manipulations\InertiaProcessor2D.cs (3)
820
" TotalScale=" + args.Total.
ScaleX
);
880
" ScaleDelta=" + args.Delta.
ScaleX
+
884
" CumulativeScale=" + args.Cumulative.
ScaleX
);