Getting the App’s Startup Assembly in WPF Designer?
Posted by: Rick Strahls WebLog,
on 09 Jun 2009 |
View original | Bookmarked: 0 time(s)
Ok, once again Im soliciting some audience participation as Ive hit a dead end with a markup extension Im working with in WPF. Im working on a localization markup extension that provides localized resource content using a simple markup extension with some additional features beyond what x:Static bindings provide. Specifically the ability to use a different resource manager, provide default values and the ability to use string based types for automatic type conversion. Yes, I know this has been...