7 references to Total
PresentationCore (3)
System\Windows\Input\ManipulationLogic.cs (3)
77_lastManipulationBeforeInertia = ConvertDelta(e.Total, null); 106_lastManipulationBeforeInertia = ConvertDelta(e.Total, _lastManipulationBeforeInertia); 154ConvertDelta(e.Total, _lastManipulationBeforeInertia),
System.Windows.Input.Manipulations (4)
System\Windows\Input\Manipulations\InertiaProcessor2D.cs (4)
818" TotalTranslationX=" + args.Total.TranslationX + 819" TotalTranslationY=" + args.Total.TranslationY + 820" TotalRotation=" + args.Total.Rotation + 821" TotalScale=" + args.Total.ScaleX);