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