Skip to content

Commit 334cad6

Browse files
committed
Fixed a build error in the UI test app
1 parent 23a08b9 commit 334cad6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

UITests/UITests.Tests.Shared/Controls/TextBoxMaskTestPage.xaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
Width="120"
3030
Padding="0,4,0,0"
3131
VerticalAlignment="Center"
32-
ui:TextBoxMask.CustomMask="5:[0-5]"
33-
ui:TextBoxMask.Mask="99:59:59"
32+
ui:TextBoxExtensions.CustomMask="5:[0-5]"
33+
ui:TextBoxExtensions.Mask="99:59:59"
3434
Text="{x:Bind Value, Mode=OneWay}"
3535
TextAlignment="Center" />
3636
<TextBlock x:Name="InitialValueTextBlock"

0 commit comments

Comments
 (0)