File tree Expand file tree Collapse file tree 4 files changed +6
-4
lines changed
Microsoft.Toolkit.Uwp.UI.Controls/Carousel Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 33// See the LICENSE file in the project root for more information.
44
55using System ;
6- using System . Collections ;
76using System . Collections . Generic ;
87using System . Linq ;
8+ using Microsoft . Toolkit . Uwp . UI . Automation . Peers ;
99using Microsoft . Toolkit . Uwp . UI . Extensions ;
1010using Windows . Foundation ;
1111using Windows . UI . Xaml ;
Original file line number Diff line number Diff line change 44
55using System . Collections . Generic ;
66using System . Linq ;
7+ using Microsoft . Toolkit . Uwp . UI . Controls ;
78using Windows . UI . Xaml . Automation . Peers ;
89using Windows . UI . Xaml . Automation . Provider ;
910using Windows . UI . Xaml . Controls ;
1011
11- namespace Microsoft . Toolkit . Uwp . UI . Controls
12+ namespace Microsoft . Toolkit . Uwp . UI . Automation . Peers
1213{
1314 /// <summary>
1415 /// Defines a framework element automation peer for the <see cref="Carousel"/> control.
Original file line number Diff line number Diff line change 33// See the LICENSE file in the project root for more information.
44
55using System ;
6+ using Microsoft . Toolkit . Uwp . UI . Automation . Peers ;
67using Windows . UI . Xaml ;
78using Windows . UI . Xaml . Automation . Peers ;
8- using Windows . UI . Xaml . Controls ;
99using Windows . UI . Xaml . Controls . Primitives ;
1010using Windows . UI . Xaml . Input ;
1111
Original file line number Diff line number Diff line change 33// See the LICENSE file in the project root for more information.
44
55using System . Linq ;
6+ using Microsoft . Toolkit . Uwp . UI . Controls ;
67using Windows . UI . Xaml . Automation . Peers ;
78using Windows . UI . Xaml . Automation . Provider ;
89
9- namespace Microsoft . Toolkit . Uwp . UI . Controls
10+ namespace Microsoft . Toolkit . Uwp . UI . Automation . Peers
1011{
1112 /// <summary>
1213 /// Defines a framework element automation peer for the <see cref="CarouselItem"/>.
You can’t perform that action at this time.
0 commit comments