icsharpcode / SharpDevelop

#develop (short for SharpDevelop) is a free IDE for .NET programming languages.
2.09k stars 773 forks source link

WPF-Designer : App.Xaml Resourcedictionary should be used #601

Closed jogibear9988 closed 9 years ago

jogibear9988 commented 9 years ago

The WPF Designer should use the Resources form the ResourceDictionary specified in App.Xaml

jogibear9988 commented 9 years ago

I've created a basic implementation

befor the Designer looks like this: bildschirmfoto 2014-11-15 um 20 04 25

and after: bildschirmfoto 2014-11-15 um 20 01 01

but I need to fix a few Issues before I create a Pull Req!

jogibear9988 commented 9 years ago

If anyone would Test: here is a Branch: https://github.com/jogibear9988/SharpDevelop/tree/AppXamlParsing

jogibear9988 commented 9 years ago

fixed