File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Microsoft.Toolkit.Uwp.UI.Controls/Expander Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 33// See the LICENSE file in the project root for more information.
44
55using System ;
6+ using Microsoft . Toolkit . Uwp . UI . Automation . Peers ;
67using Windows . System ;
78using Windows . UI . Xaml ;
89using Windows . UI . Xaml . Automation . Peers ;
Original file line number Diff line number Diff line change 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 ;
56using Windows . UI . Xaml . Automation ;
67using Windows . UI . Xaml . Automation . Peers ;
78using 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.
You can’t perform that action at this time.
0 commit comments