Skip to content

Commit 43df5ba

Browse files
committed
Moved expander automation peer into its own namespace
1 parent 439cf3d commit 43df5ba

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Microsoft.Toolkit.Uwp.UI.Controls/Expander/Expander.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
// See the LICENSE file in the project root for more information.
44

55
using System;
6+
using Microsoft.Toolkit.Uwp.UI.Automation.Peers;
67
using Windows.System;
78
using Windows.UI.Xaml;
89
using Windows.UI.Xaml.Automation.Peers;

Microsoft.Toolkit.Uwp.UI.Controls/Expander/ExpanderAutomationPeer.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,12 @@
22
// The .NET Foundation licenses this file to you under the MIT license.
33
// See the LICENSE file in the project root for more information.
44

5+
using Microsoft.Toolkit.Uwp.UI.Controls;
56
using Windows.UI.Xaml.Automation;
67
using Windows.UI.Xaml.Automation.Peers;
78
using Windows.UI.Xaml.Automation.Provider;
89

9-
namespace Microsoft.Toolkit.Uwp.UI.Controls
10+
namespace Microsoft.Toolkit.Uwp.UI.Automation.Peers
1011
{
1112
/// <summary>
1213
/// Defines a framework element automation peer for the <see cref="Expander"/> control.

0 commit comments

Comments
 (0)