Skip to content

Repository to provide a reproducable project, demonstrating an issue with the UWP resource handling system.

Notifications You must be signed in to change notification settings

SetTrend/UWP-Inline-Resource-Issue

Repository files navigation

UWP Inline Resource Issue

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.

Screenshot depicting the issue:

UWP - unsuccessfully placing resources in XAML

The TextBlock text should be rendered black, but it's always rendered white.

Verification

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.

About

Repository to provide a reproducable project, demonstrating an issue with the UWP resource handling system.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages