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)
817" TotalTranslationX=" + args.Total.TranslationX + 818" TotalTranslationY=" + args.Total.TranslationY + 819" TotalRotation=" + args.Total.Rotation + 820" TotalScale=" + args.Total.ScaleX);