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.
44
5- using Microsoft . Graphics . Canvas . Geometry ;
65using System . Numerics ;
6+ using Microsoft . Graphics . Canvas . Geometry ;
77using Windows . Foundation ;
88using Windows . Foundation . Metadata ;
99using Windows . UI ;
1010using Windows . UI . Composition ;
1111using Windows . UI . Xaml ;
1212
13- namespace Microsoft . Toolkit . Uwp . UI . Media . Shadows
13+ namespace Microsoft . Toolkit . Uwp . UI . Media
1414{
1515 public class AttachedCardShadow : AttachedShadowBase
1616 {
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+
55using System . Numerics ;
6- using System . Text ;
7- using System . Threading . Tasks ;
6+ using Microsoft . Graphics . Canvas . Effects ;
87using Windows . UI . Composition ;
98using Windows . UI . Xaml . Hosting ;
109
11- namespace Microsoft . Toolkit . Uwp . UI . Media . Shadows
10+ namespace Microsoft . Toolkit . Uwp . UI . Media
1211{
1312 /// <summary>
1413 /// 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