UWP documentation claims that styles can be applied to control
types as a whole, by providing a TargetType
attribute:
However, that doesn't work.
So, I created this repository to provide a reproducable project, demonstrating an issue with the UWP resource handling system.
No matter where I put my resources, their value isn't used.
The TextBlock
text should be rendered black, but it's always rendered white.
To verify this issue, I posted a corresponding question at StackOverflow.
The result makes me believe that either the Microsoft documentation or the implementation of UWP is faulty.
Before I report this issue to the Microsoft UWP product team, I'll jump off by reporting this issue to the Microsoft UWP documentation team.