I have a WPF project (in .NET 4.0) with XAML resources embedded in as assembly as Pages. In the XAML, I need to have MarkupExtension that is declared in another assembly that has no specific knowledge of the assembly with the XAML.
Now, I need this MarkupExtension to be able to access the assembly in which the XAML is embedded. How is this possible?