File tree Expand file tree Collapse file tree 3 files changed +4
-37
lines changed
labs/SizerBase/tests/SizerBase.Tests Expand file tree Collapse file tree 3 files changed +4
-37
lines changed Original file line number Diff line number Diff line change 22// The .NET Foundation licenses this file to you under the MIT license.
33// See the LICENSE file in the project root for more information.
44
5- using System ;
6- using System . Collections . Generic ;
7- using System . Text ;
8- using Microsoft . VisualStudio . TestTools . UnitTesting ;
95using Windows . UI . Input . Preview . Injection ;
10- using Windows . Foundation ;
11-
12- #if ! WINAPPSDK
13- using Windows . UI . Input ;
14- using Windows . UI . Xaml ;
15- using Windows . UI . Xaml . Media ;
16- #else
17- using Microsoft . UI . Input ;
18- using Microsoft . UI . Xaml ;
19- using Microsoft . UI . Xaml . Media ;
20- #endif
21-
22- namespace CommunityToolkit . Labs . UnitTests ;
6+
7+ namespace CommunityToolkit . Labs . Tests ;
238
249public static class SimulateInput
2510{
Original file line number Diff line number Diff line change 1- <Page x : Class =" SizerBase .Tests.TouchInjectionTest"
1+ <Page x : Class =" SizerBaseExperiment .Tests.TouchInjectionTest"
22 xmlns =" http://schemas.microsoft.com/winfx/2006/xaml/presentation"
33 xmlns : x =" http://schemas.microsoft.com/winfx/2006/xaml"
44 xmlns : d =" http://schemas.microsoft.com/expression/blend/2008"
Original file line number Diff line number Diff line change 22// The .NET Foundation licenses this file to you under the MIT license.
33// See the LICENSE file in the project root for more information.
44
5- #if ! WINAPPSDK
6- using Windows . UI . Xaml ;
7- using Windows . UI . Xaml . Controls ;
8- using Windows . UI . Xaml . Controls . Primitives ;
9- using Windows . UI . Xaml . Data ;
10- using Windows . UI . Xaml . Input ;
11- using Windows . UI . Xaml . Media ;
12- using Windows . UI . Xaml . Navigation ;
13- #else
14- using Microsoft . UI . Xaml ;
15- using Microsoft . UI . Xaml . Controls ;
16- using Microsoft . UI . Xaml . Controls . Primitives ;
17- using Microsoft . UI . Xaml . Data ;
18- using Microsoft . UI . Xaml . Input ;
19- using Microsoft . UI . Xaml . Media ;
20- using Microsoft . UI . Xaml . Navigation ;
21- #endif
22-
23- namespace SizerBase . Tests ;
5+ namespace SizerBaseExperiment . Tests ;
246
257/// <summary>
268/// An empty page that can be used on its own or navigated to within a Frame.
You can’t perform that action at this time.
0 commit comments