Skip to content

Commit f2a8254

Browse files
Move AttachedShadow to root namespace for Uwp.UI.Media
1 parent e3c6fe2 commit f2a8254

File tree

2 files changed

+11
-12
lines changed

2 files changed

+11
-12
lines changed

Microsoft.Toolkit.Uwp.UI.Media/Shadows/AttachedCardShadow.cs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
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;
65
using System.Numerics;
6+
using Microsoft.Graphics.Canvas.Geometry;
77
using Windows.Foundation;
88
using Windows.Foundation.Metadata;
99
using Windows.UI;
1010
using Windows.UI.Composition;
1111
using 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
{

Microsoft.Toolkit.Uwp.UI.Media/Shadows/AttachedShadowBaseWithOpacityMask.cs

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
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+
55
using System.Numerics;
6-
using System.Text;
7-
using System.Threading.Tasks;
6+
using Microsoft.Graphics.Canvas.Effects;
87
using Windows.UI.Composition;
98
using 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.

0 commit comments

Comments
 (0)