Skip to content

Commit d451c88

Browse files
committed
Add a comment
1 parent aa72252 commit d451c88

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

IPConfig/Behaviors/InputBindingBehavior.cs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,16 @@
55
using System.Windows;
66
using System.Windows.Input;
77

8+
using IPConfig.Controls;
9+
810
namespace IPConfig.Behaviors;
911

1012
/// <summary>
1113
/// <see href="https://stackoverflow.com/a/55903060/4380178">InputBindings work only when focused</see>
1214
/// <para>
13-
/// 此行为将在运行时引发 XAML 绑定错误,但不影响工作。
14-
/// System.Windows.Data Error: Cannot find governing FrameworkElement or FrameworkContentElement for target element.
15+
/// 此行为将在运行时引发 XAML 绑定错误,但不影响工作。使用 <see cref="BindingProxy"/> 可以消除错误。
1516
/// </para>
17+
/// <para>System.Windows.Data Error: Cannot find governing FrameworkElement or FrameworkContentElement for target element.</para>
1618
/// </summary>
1719
public class InputBindingBehavior
1820
{

0 commit comments

Comments
 (0)