diff --git a/src/Avalonia.Animation/Easing/Easing.cs b/src/Avalonia.Animation/Easing/Easing.cs index f126a0f302..00ebacafe8 100644 --- a/src/Avalonia.Animation/Easing/Easing.cs +++ b/src/Avalonia.Animation/Easing/Easing.cs @@ -34,7 +34,7 @@ namespace Avalonia.Animation.Easings { _easingTypes = new Dictionary(); - var derivedTypes = AppDomain.CurrentDomain.GetAssemblies()z + var derivedTypes = AppDomain.CurrentDomain.GetAssemblies() .SelectMany(p => p.GetTypes()) .Where(p => p.Namespace == s_thisType.Namespace) .Where(p => p.IsSubclassOf(s_thisType))