File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed
Microsoft.Toolkit.Uwp.UI.Controls/BladeView Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 4
4
5
5
using System ;
6
6
using Microsoft . Toolkit . Uwp . Extensions ;
7
+ using Microsoft . Toolkit . Uwp . UI . Automation . Peers ;
7
8
using Windows . UI . Xaml ;
8
9
using Windows . UI . Xaml . Automation ;
9
10
using Windows . UI . Xaml . Automation . Peers ;
10
11
using Windows . UI . Xaml . Controls ;
11
- using Microsoft . Toolkit . Uwp . UI . Automation . Peers ;
12
12
13
13
namespace Microsoft . Toolkit . Uwp . UI . Controls
14
14
{
Original file line number Diff line number Diff line change 5
5
using System . Linq ;
6
6
using Microsoft . Toolkit . Uwp . UI . Controls ;
7
7
using Windows . UI . Xaml . Automation . Peers ;
8
- using Windows . UI . Xaml . Automation . Provider ;
9
8
10
9
namespace Microsoft . Toolkit . Uwp . UI . Automation . Peers
11
10
{
Original file line number Diff line number Diff line change 6
6
using System . Collections . Generic ;
7
7
using System . Collections . ObjectModel ;
8
8
using System . Linq ;
9
+ using Microsoft . Toolkit . Uwp . UI . Automation . Peers ;
9
10
using Microsoft . Toolkit . Uwp . UI . Extensions ;
10
11
using Windows . Foundation ;
11
12
using Windows . Foundation . Collections ;
12
13
using Windows . UI . Core ;
13
14
using Windows . UI . Xaml ;
14
15
using Windows . UI . Xaml . Automation . Peers ;
15
16
using Windows . UI . Xaml . Controls ;
16
- using Microsoft . Toolkit . Uwp . UI . Automation . Peers ;
17
17
18
18
namespace Microsoft . Toolkit . Uwp . UI . Controls
19
19
{
You can’t perform that action at this time.
0 commit comments