File tree Expand file tree Collapse file tree 2 files changed +11
-12
lines changed
Microsoft.Toolkit.Uwp.UI.Media/Shadows Expand file tree Collapse file tree 2 files changed +11
-12
lines changed Original file line number Diff line number Diff line change 1
- // ------------------------------------------------------
2
- // Copyright (C) Microsoft. All rights reserved .
3
- // ------------------------------------------------------
1
+ // Licensed to the .NET Foundation under one or more agreements.
2
+ // The .NET Foundation licenses this file to you under the MIT license .
3
+ // See the LICENSE file in the project root for more information.
4
4
5
- using Microsoft . Graphics . Canvas . Geometry ;
6
5
using System . Numerics ;
6
+ using Microsoft . Graphics . Canvas . Geometry ;
7
7
using Windows . Foundation ;
8
8
using Windows . Foundation . Metadata ;
9
9
using Windows . UI ;
10
10
using Windows . UI . Composition ;
11
11
using Windows . UI . Xaml ;
12
12
13
- namespace Microsoft . Toolkit . Uwp . UI . Media . Shadows
13
+ namespace Microsoft . Toolkit . Uwp . UI . Media
14
14
{
15
15
public class AttachedCardShadow : AttachedShadowBase
16
16
{
Original file line number Diff line number Diff line change 1
- using Microsoft . Graphics . Canvas . Effects ;
2
- using System ;
3
- using System . Collections . Generic ;
4
- using System . Linq ;
1
+ // Licensed to the .NET Foundation under one or more agreements.
2
+ // The .NET Foundation licenses this file to you under the MIT license.
3
+ // See the LICENSE file in the project root for more information.
4
+
5
5
using System . Numerics ;
6
- using System . Text ;
7
- using System . Threading . Tasks ;
6
+ using Microsoft . Graphics . Canvas . Effects ;
8
7
using Windows . UI . Composition ;
9
8
using Windows . UI . Xaml . Hosting ;
10
9
11
- namespace Microsoft . Toolkit . Uwp . UI . Media . Shadows
10
+ namespace Microsoft . Toolkit . Uwp . UI . Media
12
11
{
13
12
/// <summary>
14
13
/// A base class for attached shadows that use an opacity mask to clip content from the shadow.
You can’t perform that action at this time.
0 commit comments