We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee38f3a commit 6a0f838Copy full SHA for 6a0f838
Microsoft.Toolkit.Uwp.SampleApp/Properties/Default.rd.xml
@@ -27,5 +27,8 @@
27
<!-- Add your application specific runtime directives here. -->
28
<Type Name="Windows.UI.Xaml.Controls.Border" Dynamic="Required Public" />
29
30
+ <!-- Fix for https://github.com/windows-toolkit/WindowsCommunityToolkit/issues/3883 -->
31
+ <Type Name="Windows.UI.Xaml.Controls.TextBlock" Dynamic="Required Public" />
32
+
33
</Application>
34
</Directives>
0 commit comments