We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa72252 commit d451c88Copy full SHA for d451c88
IPConfig/Behaviors/InputBindingBehavior.cs
@@ -5,14 +5,16 @@
5
using System.Windows;
6
using System.Windows.Input;
7
8
+using IPConfig.Controls;
9
+
10
namespace IPConfig.Behaviors;
11
12
/// <summary>
13
/// <see href="https://stackoverflow.com/a/55903060/4380178">InputBindings work only when focused</see>
14
/// <para>
-/// 此行为将在运行时引发 XAML 绑定错误,但不影响工作。
-/// System.Windows.Data Error: Cannot find governing FrameworkElement or FrameworkContentElement for target element.
15
+/// 此行为将在运行时引发 XAML 绑定错误,但不影响工作。使用 <see cref="BindingProxy"/> 可以消除错误。
16
/// </para>
17
+/// <para>System.Windows.Data Error: Cannot find governing FrameworkElement or FrameworkContentElement for target element.</para>
18
/// </summary>
19
public class InputBindingBehavior
20
{
0 commit comments