Describe the bug
Bug:

What should it look like
WinUI:

Current:

Reproduction
Use TextAlignment="Right" inside the TextBox > Right click > Text Bugged
Example code:
<TextBox
x:Name="gitCloneTextBox"
Margin="0,0,-5,0"
FontFamily="Consolas"
IsReadOnly="True"
BorderThickness="0"
Background="Transparent"
IsReadOnlyCaretVisible="False"
Foreground="{DynamicResource {x:Static ui:ThemeKeys.TextFillColorSecondaryBrushKey}}"
TextAlignment="Right" //Bug Maker
VerticalAlignment="Center"
VerticalContentAlignment="Center"/>
Suggested Solution
No response
Library Version
0.10.1
Operating System
Windows 11
Framework
.NET Framework
Framework Version
6.0
Source of Package
Self-Compiled
Additional Notes
No response
Validations
Describe the bug
Bug:

What should it look like

WinUI:
Current:

Reproduction
Use TextAlignment="Right" inside the TextBox > Right click > Text Bugged
Example code:
Suggested Solution
No response
Library Version
0.10.1
Operating System
Windows 11
Framework
.NET Framework
Framework Version
6.0
Source of Package
Self-Compiled
Additional Notes
No response
Validations