Ver original<ListBox x:Name="ListBox"/><TextBox Text="{Binding SelectedItem, ElementName=ListBox}"/>
Ver originalthis.ListBox.ItemsSource = new[] {"Abeja", "Caballo"};