File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change 1
1
<Application x : Class =" UnitTests.App"
2
2
xmlns =" http://schemas.microsoft.com/winfx/2006/xaml/presentation"
3
3
xmlns : x =" http://schemas.microsoft.com/winfx/2006/xaml"
4
+ xmlns : controls =" using:Microsoft.Toolkit.Uwp.UI.Controls"
5
+ xmlns : ex =" using:Microsoft.Toolkit.Uwp.UI.Extensions"
4
6
xmlns : local =" using:UnitTests"
5
- RequestedTheme =" Light" />
7
+ RequestedTheme =" Light" >
8
+
9
+ <Application .Resources>
10
+ <!--
11
+ We need to manually import some types here to force the XAML compiler to add them to the XamlTypeInfo file.
12
+ This is needed only when dynamically loading controls that the XAML compiler cannot find (ie using XamlReader.Load to load the controls).
13
+ -->
14
+ <Style TargetType =" controls:UniformGrid" />
15
+ <ex : NullableBool x : Key =" nullableBool" />
16
+ </Application .Resources>
17
+ </Application >
You can’t perform that action at this time.
0 commit comments