File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
UnitTests/UnitTests.UWP/UI/Controls Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ public void Test_UniformGrid_AutoLayout_FixedElementZeroZeroSpecial()
85
85
var treeRoot = XamlReader . Load ( @"<Page
86
86
xmlns=""http://schemas.microsoft.com/winfx/2006/xaml/presentation""
87
87
xmlns:x=""http://schemas.microsoft.com/winfx/2006/xaml""
88
- xmlns:ex =""using:Microsoft.Toolkit.Uwp.UI.Extensions ""
88
+ xmlns:ui =""using:Microsoft.Toolkit.Uwp.UI""
89
89
xmlns:controls=""using:Microsoft.Toolkit.Uwp.UI.Controls"">
90
90
<controls:UniformGrid x:Name=""UniformGrid"">
91
91
<Border/>
@@ -97,7 +97,7 @@ public void Test_UniformGrid_AutoLayout_FixedElementZeroZeroSpecial()
97
97
<!-- Since Grid Row/Columns are 0 by default, we need to also add
98
98
AutoLayout False here as well to get the desired behavior,
99
99
Otherwise we can't tell it apart from the other items. -->
100
- <Border Grid.Row=""0"" Grid.Column=""0"" controls:UniformGrid.AutoLayout=""{ex :NullableBool Value=False}""/>
100
+ <Border Grid.Row=""0"" Grid.Column=""0"" controls:UniformGrid.AutoLayout=""{ui :NullableBool Value=False}""/>
101
101
<Border/>
102
102
</controls:UniformGrid>
103
103
</Page>" ) as FrameworkElement ;
You can’t perform that action at this time.
0 commit comments