Framework-Class-Library-Extension
Framework-Class-Library-Extension copied to clipboard
WPFControl aspect only initializes property factory at instance runtime.
There are some problems with template binding not working since the WPFControl aspect only initializes the dependency property factory at instance runtime. This was done in order to support generics, where the type parameters are only known at instance runtime.
Can this be circumvented, perhaps in newer versions of PostSharp?