Skip to content

Commit 74021fb

Browse files
committed
Address CI build errors
1 parent 0ce0cf3 commit 74021fb

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

Microsoft.Toolkit.Uwp.UI.Behaviors/Viewport/ViewportBehavior.Properties.cs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,15 @@
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.Xaml.Interactivity;
65
using System;
6+
using Microsoft.Xaml.Interactivity;
77
using Windows.UI.Xaml;
88

99
namespace Microsoft.Toolkit.Uwp.UI.Behaviors
1010
{
11+
/// <summary>
12+
/// A class for listening to an element enter or exit the ScrollViewer viewport
13+
/// </summary>
1114
public partial class ViewportBehavior
1215
{
1316
/// <summary>

Microsoft.Toolkit.Uwp.UI.Behaviors/Viewport/ViewportBehavior.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
namespace Microsoft.Toolkit.Uwp.UI.Behaviors
1313
{
1414
/// <summary>
15-
/// A class for listening element enter or exit the ScrollViewer viewport
15+
/// A class for listening to an element enter or exit the ScrollViewer viewport
1616
/// </summary>
1717
public partial class ViewportBehavior : BehaviorBase<FrameworkElement>
1818
{

0 commit comments

Comments
 (0)