How can I fill a combo-box with a list of all the available fonts in the system?
You can just bind like this:
ItemsSource="{Binding Source={x:Static Fonts.SystemFontFamilies}}"