File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Microsoft.Toolkit.Uwp.SampleApp
SamplePages/MetadataControl Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 977
977
<SubType >Designer</SubType >
978
978
<Generator >MSBuild:Compile</Generator >
979
979
</Page >
980
+ <Page Include =" SamplePages\CanvasPathGeometry\CanvasPathGeometryPage.xaml" >
981
+ <SubType >Designer</SubType >
982
+ <Generator >MSBuild:Compile</Generator >
983
+ </Page >
980
984
<Content Include =" SamplePages\Primitives\SwitchPresenter.bind" >
981
985
<SubType >Designer</SubType >
982
986
</Content >
Original file line number Diff line number Diff line change 2
2
// The .NET Foundation licenses this file to you under the MIT license.
3
3
// See the LICENSE file in the project root for more information.
4
4
5
+ using System ;
6
+ using System . Collections . ObjectModel ;
5
7
using Microsoft . Toolkit . Uwp . SampleApp . Common ;
6
8
using Microsoft . Toolkit . Uwp . UI ;
7
9
using Microsoft . Toolkit . Uwp . UI . Controls ;
8
- using System ;
9
- using System . Collections . ObjectModel ;
10
10
using Windows . UI . Xaml ;
11
11
using Windows . UI . Xaml . Controls ;
12
12
You can’t perform that action at this time.
0 commit comments