Skip to content

Commit 722dbb0

Browse files
committed
update params comment
1 parent 7ef1918 commit 722dbb0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ public bool IsInViewport
5353
/// <summary>
5454
/// Event tracking when the object is fully within the viewport or not
5555
/// </summary>
56-
/// <param name="d">ViewportBehavior</param>
56+
/// <param name="d">DependencyObject</param>
5757
/// <param name="e">EventArgs</param>
5858
private static void OnIsFullyInViewportChanged(DependencyObject d, DependencyPropertyChangedEventArgs e)
5959
{
@@ -74,9 +74,9 @@ private static void OnIsFullyInViewportChanged(DependencyObject d, DependencyPro
7474
}
7575

7676
/// <summary>
77-
/// Event tracking the state of the object as it moves in and out of the viewport
77+
/// Event tracking the state of the object as it moves into and out of the viewport
7878
/// </summary>
79-
/// <param name="d">ViewportBehavior</param>
79+
/// <param name="d">DependencyObject</param>
8080
/// <param name="e">EventArgs</param>
8181
private static void OnIsInViewportChanged(DependencyObject d, DependencyPropertyChangedEventArgs e)
8282
{

0 commit comments

Comments
 (0)