There is a bug with BAML/XAML decompiling. Color value resources are duplicated.
For example,
It should be
High Robotics team (highrobotics.com)
For example,
<
Color
x:Key
=
"BlackColor"
>
#FF000000#FF000000</
Color
>
It should be
<
Color
x:Key
=
"BlackColor"
>
#FF000000</
Color
>
High Robotics team (highrobotics.com)