7 references to Total
PresentationCore (3)
System\Windows\Input\ManipulationLogic.cs (3)
84_lastManipulationBeforeInertia = ConvertDelta(e.Total, null); 113_lastManipulationBeforeInertia = ConvertDelta(e.Total, _lastManipulationBeforeInertia); 161ConvertDelta(e.Total, _lastManipulationBeforeInertia),
System.Windows.Input.Manipulations (4)
System\Windows\Input\Manipulations\InertiaProcessor2D.cs (4)
821" TotalTranslationX=" + args.Total.TranslationX + 822" TotalTranslationY=" + args.Total.TranslationY + 823" TotalRotation=" + args.Total.Rotation + 824" TotalScale=" + args.Total.ScaleX);