"DataContext" "" .
, , ( TextBox ):
<TextBox Text="{Binding Path=Foo,Source={StaticResource Bar}}" />
, TextBox.Text Foo , Bar ( - ).
, , Bar, Bar DataContext . DataContext , DataContext . :
<StackPanel DataContext="{StaticResource Bar}">
<TextBox Text="{Binding Path=Foo}" />
<TextBox Text="{Binding Path=Fizz}" />
<TextBox Text="{Binding Path=Buzz}" />
</StackPanel>
- , , .
, . "" ItemsSource. "DataContext", Visual Studio, ItemsControl - DataContext (, ).
(ElementName, RelativeSource StaticResource), ItemsControl.
, DataContext, "" , . , (, ListBox):
<ListBox ItemsSource="{Binding Path=Foos}" />
, ListBox "Foos", , DataContext - (, ).