7 references to Total
PresentationCore (3)
System\Windows\Input\ManipulationLogic.cs (3)
76_lastManipulationBeforeInertia = ConvertDelta(e.Total, null); 105_lastManipulationBeforeInertia = ConvertDelta(e.Total, _lastManipulationBeforeInertia); 153ConvertDelta(e.Total, _lastManipulationBeforeInertia),
System.Windows.Input.Manipulations (4)
System\Windows\Input\Manipulations\InertiaProcessor2D.cs (4)
814" TotalTranslationX=" + args.Total.TranslationX + 815" TotalTranslationY=" + args.Total.TranslationY + 816" TotalRotation=" + args.Total.Rotation + 817" TotalScale=" + args.Total.ScaleX);