Skip to content

Commit

Permalink
Minor tweaks to some internal namespaaces
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergio0694 committed Feb 21, 2021
1 parent 0ec8ee0 commit 9905484
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

using System;
using System.Collections.Generic;
using Microsoft.Toolkit.Uwp.UI.Extensions.Tree;
using Microsoft.Toolkit.Uwp.UI.Predicates;
using Windows.UI.Xaml;
using Windows.UI.Xaml.Media;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
using System;
using System.Collections.Generic;
using System.Reflection;
using Microsoft.Toolkit.Uwp.UI.Extensions.Tree;
using Microsoft.Toolkit.Uwp.UI.Predicates;
using Windows.UI.Xaml;
using Windows.UI.Xaml.Controls;
using Windows.UI.Xaml.Markup;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.

namespace Microsoft.Toolkit.Uwp.UI.Extensions.Tree
namespace Microsoft.Toolkit.Uwp.UI.Predicates
{
/// <summary>
/// An interface representing a predicate for items of a given type.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

using System.Runtime.CompilerServices;

namespace Microsoft.Toolkit.Uwp.UI.Extensions.Tree
namespace Microsoft.Toolkit.Uwp.UI.Predicates
{
/// <summary>
/// An <see cref="IPredicate{T}"/> type matching all instances of a given type.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
using System;
using System.Runtime.CompilerServices;

namespace Microsoft.Toolkit.Uwp.UI.Extensions.Tree
namespace Microsoft.Toolkit.Uwp.UI.Predicates
{
/// <summary>
/// An <see cref="IPredicate{T}"/> type matching items of a given type.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
using System;
using System.Runtime.CompilerServices;

namespace Microsoft.Toolkit.Uwp.UI.Extensions.Tree
namespace Microsoft.Toolkit.Uwp.UI.Predicates
{
/// <summary>
/// An <see cref="IPredicate{T}"/> type matching items of a given type.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
using System.Runtime.CompilerServices;
using Windows.UI.Xaml;

namespace Microsoft.Toolkit.Uwp.UI.Extensions.Tree
namespace Microsoft.Toolkit.Uwp.UI.Predicates
{
/// <summary>
/// An <see cref="IPredicate{T}"/> type matching <see cref="FrameworkElement"/> instances by name.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
using System;
using System.Runtime.CompilerServices;

namespace Microsoft.Toolkit.Uwp.UI.Extensions.Tree
namespace Microsoft.Toolkit.Uwp.UI.Predicates
{
/// <summary>
/// An <see cref="IPredicate{T}"/> type matching items of a given type.
Expand Down

0 comments on commit 9905484

Please sign in to comment.