I have this simple application that adds some items to a combobox:
public partial class Window1 : Window { private ObservableCollection
Just change the Window to bind DataContext to itself:
Window
DataContext