dotnet/wpf

Missing System.Windows.Media.Animation.BackEase in WpfGeneratedKnownTypes

Open

#6,588 opened on May 16, 2022

View on GitHub
 (11 comments) (0 reactions) (2 assignees)C# (1,126 forks)batch import
:construction: work in progresshelp wanted

Repository metrics

Stars
 (6,683 stars)
PR merge metrics
 (Avg merge 2d 7h) (41 merged PRs in 30d)

Description

The System.Xaml.dll!System.Xaml.Schema.XamlObjectCreationFactory can create object directly by WpfGeneratedKnownTypes help. But we can not find the System.Windows.Media.Animation.BackEase in WpfGeneratedKnownTypes which means we should use the reflection to create the object.

Contributor guide