如何处理xaml中文本框文本中的mousedoubleclick。
这就是我在输入键盘输入xaml
的方式<TextBox Text="{Binding Path=FullName, Mode=OneWay}"
IsReadOnly="True"
x:Name="txtFullName"/>
<Button Command="{Binding OpenStaffDialogCommand}"
CommandParameter="{Binding Text, ElementName=txtFullName}"
Width="0"
IsDefault="{Binding IsFocused, ElementName=txtFullName}" />
由于