How to bind WPF an ItemsSource to a private property?
ItemsSource
This is not possible, if you'd like, you could use internal instead.
internal
... and use ObservableCollection and don't forget to set the DataContext of the view.
ObservableCollection