File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Microsoft.Toolkit.Uwp.UI.Controls Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 6
6
using System . Linq ;
7
7
using System . Threading . Tasks ;
8
8
using Microsoft . Graphics . Canvas ;
9
+ using Microsoft . Toolkit . Uwp . Extensions ;
9
10
using Windows . Foundation ;
10
11
using Windows . Graphics . DirectX ;
11
12
using Windows . Graphics . Display ;
12
13
using Windows . UI ;
13
14
using Windows . UI . Xaml ;
14
15
using Windows . UI . Xaml . Media . Imaging ;
15
- using Microsoft . Toolkit . Uwp . Extensions ;
16
16
17
17
namespace Microsoft . Toolkit . Uwp . UI . Controls
18
18
{
Original file line number Diff line number Diff line change 9
9
using Microsoft . Graphics . Canvas ;
10
10
using Microsoft . Graphics . Canvas . Effects ;
11
11
using Microsoft . Graphics . Canvas . Geometry ;
12
+ using Microsoft . Toolkit . Uwp . Extensions ;
12
13
using Windows . Foundation ;
13
14
using Windows . Graphics . Imaging ;
14
15
using Windows . Storage . Streams ;
15
16
using Windows . UI ;
16
17
using Windows . UI . Xaml . Media . Imaging ;
17
- using Microsoft . Toolkit . Uwp . Extensions ;
18
18
19
19
namespace Microsoft . Toolkit . Uwp . UI . Controls
20
20
{
You can’t perform that action at this time.
0 commit comments