Framework-Class-Library-Extension icon indicating copy to clipboard operation
Framework-Class-Library-Extension copied to clipboard

WPFControl aspect only initializes property factory at instance runtime.

Open Whathecode opened this issue 10 years ago • 0 comments

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?

Whathecode avatar Feb 22 '15 14:02 Whathecode