Skip to content

Commit 7513e42

Browse files
Update Microsoft.Toolkit.Uwp.UI.Behaviors/Keyboard/KeyDownTriggerBehavior.cs
Co-authored-by: Michael Hawker MSFT (XAML Llama) <24302614+michael-hawker@users.noreply.github.com>
1 parent f9541bf commit 7513e42

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Microsoft.Toolkit.Uwp.UI.Behaviors/Keyboard/KeyDownTriggerBehavior.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ public class KeyDownTriggerBehavior : Trigger<UIElement>
1414
{
1515

1616
/// <summary>
17-
/// The DP to store the <see cref="Key"/> property value.
17+
/// Identifies the <see cref="Key"/> property.
1818
/// </summary>
1919
public static readonly DependencyProperty KeyProperty = DependencyProperty.Register(
2020
"Key",
@@ -63,4 +63,4 @@ private void OnAssociatedObjectKeyDown(object sender, KeyRoutedEventArgs keyRout
6363
}
6464
}
6565
}
66-
}
66+
}

0 commit comments

Comments
 (0)