我尝试绑定文本框的DiscreteBooleanKeyFrame
值HasError
:
<DiscreteBooleanKeyFrame KeyTime="0" Value="{Binding ElementName=TextBox1,Path=Validation.HasError}"/>
这没用。
我检查了输出并看到以下错误:
找不到目标元素的管理 FrameworkElement 或 FrameworkContentElement。BindingExpression:Path=Validation.HasError; 数据项=空;目标元素是 'DiscreteBooleanKeyFrame' (HashCode=xxxxx); 目标属性是“值”(类型“布尔”)
有谁知道为什么会发生此错误?