I want to fill a ComboBox with key/value data in code behind, I have this:
XAML:
To your ComboBox add
SelectedValuePath="Key" DisplayMemberPath="Value"