Skip to content

Commit

Permalink
Address CI build errors
Browse files Browse the repository at this point in the history
  • Loading branch information
XAML-Knight committed Oct 15, 2021
1 parent 0ce0cf3 commit 74021fb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,15 @@
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.

using Microsoft.Xaml.Interactivity;
using System;
using Microsoft.Xaml.Interactivity;
using Windows.UI.Xaml;

namespace Microsoft.Toolkit.Uwp.UI.Behaviors
{
/// <summary>
/// A class for listening to an element enter or exit the ScrollViewer viewport
/// </summary>
public partial class ViewportBehavior
{
/// <summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
namespace Microsoft.Toolkit.Uwp.UI.Behaviors
{
/// <summary>
/// A class for listening element enter or exit the ScrollViewer viewport
/// A class for listening to an element enter or exit the ScrollViewer viewport
/// </summary>
public partial class ViewportBehavior : BehaviorBase<FrameworkElement>
{
Expand Down

0 comments on commit 74021fb

Please sign in to comment.