0

I'm trying to make my custom controls behave and look as others in the presentation framework.I tried looking through the GAC with ILSpy, and I can't seem to find a "Metro" definition.

Using colors defined under "SystemColors", don't come up with color matches to "native" controls.

Does anyone have any tips?

i.e.: The colors for hot tracking (within SystemColors), are not the same colors used by the WPF textbox.

chrisp
  • 2,181
  • 4
  • 27
  • 35

1 Answers1

0

It seems that "Metro" is really "Aero2". ILSpy is unable to peak at the baml for Aero2, but MSDN provides the source for Aero2.

chrisp
  • 2,181
  • 4
  • 27
  • 35