Tagged Questions
1
vote
0answers
976 views
ComponentResourceKey as DynamicResource problem
I'm seeing some unexpected behavior using ComponentResourceKey. The problem came up because I was using names used in the SystemColors class.
Consider the following code:
First I expose a ...