<TextBox>
<Grid><!--Text="{Binding Path=Value,ElementName=slider1,Mode=TwoWay}" -->
<TextBox Height="23" Margin="5" Name="textBox1" Width="120" />
<TextBox Height="23" Margin="5" Name="textBox2" Width="120" />
<TextBox Height="23" Margin="5" Name="textBox3" Width="120" />
</Grid>
这样写有什么问题呢,为什么编译通过, 运行错误呢.