I have a custom WPF Control that has a System.Drawing.Color property. The control works in Visual Studio 2010. for example if you select White the XAML generated is Property="White" but in 2012 or 2013 the XAML is Property="Color [White]" which is incorrect. Also want to point out that in the property Combo Box the same thing is happening 2010 displays a list of color in the format of the color Name eg. White were in 2012 or 2013 the property combo box displays a list of colors like Color[White].
Is there a setting that is different in 2012 or 2013 that can cause this or any idea why this would be happening?
Any help would be greatly appreciated