File tree Expand file tree Collapse file tree 3 files changed +28
-1
lines changed
Microsoft.Toolkit.Uwp.UI.Controls.Input Expand file tree Collapse file tree 3 files changed +28
-1
lines changed Original file line number Diff line number Diff line change
1
+ <Page x : Class =" SmokeTest.MainPage"
2
+ xmlns =" http://schemas.microsoft.com/winfx/2006/xaml/presentation"
3
+ xmlns : x =" http://schemas.microsoft.com/winfx/2006/xaml"
4
+ xmlns : controls =" using:Microsoft.Toolkit.Uwp.UI.Controls"
5
+ xmlns : d =" http://schemas.microsoft.com/expression/blend/2008"
6
+ xmlns : mc =" http://schemas.openxmlformats.org/markup-compatibility/2006"
7
+ mc : Ignorable =" d"
8
+ Background =" {ThemeResource ApplicationPageBackgroundThemeBrush}" >
9
+ <Grid >
10
+ <controls : TokenizingTextBox />
11
+ </Grid >
12
+ </Page >
Original file line number Diff line number Diff line change
1
+ // Licensed to the .NET Foundation under one or more agreements.
2
+ // The .NET Foundation licenses this file to you under the MIT license.
3
+ // See the LICENSE file in the project root for more information.
4
+
5
+ namespace SmokeTest
6
+ {
7
+ public sealed partial class MainPage
8
+ {
9
+ public MainPage ( )
10
+ {
11
+ InitializeComponent ( ) ;
12
+ }
13
+ }
14
+ }
Original file line number Diff line number Diff line change 22
22
Microsoft.Toolkit.Uwp.UI.Controls.Core;
23
23
Microsoft.Toolkit.Uwp.UI.Controls.DataGrid;
24
24
Microsoft.Toolkit.Uwp.UI.Controls.Layout;
25
+ Microsoft.Toolkit.Uwp.UI.Controls.Input;
25
26
Microsoft.Toolkit.Uwp.UI.Controls.Markdown;
26
27
Microsoft.Toolkit.Uwp.UI.Controls.Media;
27
- Microsoft.Toolkit.Uwp.UI.Controls.Primitives;
28
+ Microsoft.Toolkit.Uwp.UI.Controls.Primitives;
28
29
Microsoft.Toolkit.Uwp.UI.Media;
29
30
</ToolkitPackages >
30
31
</PropertyGroup >
You can’t perform that action at this time.
0 commit comments