Hi @BitSmithy ,
Welcome to Microsoft Q&A!
Plese check this.
<?xml version="1.0" encoding="utf-8"?>
<Directives xmlns="http://schemas.microsoft.com/netfx/2013/01/metadata">
<Application>
<Namespace Name="Windows.UI.Xaml.FrameworkElement" Dynamic="Required All" />
<Namespace Name="Windows.UI.Xaml.Controls" Dynamic="Required All">
<Type Name="TextBox" Activate="All" >
<Property Name="Text" Dynamic="Required" />
<Property Name="RenderTransform" Dynamic="Required" />
</Type>
</Namespace>
</Application>
</Directives>
Thank you.
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.