Hi Jim,
The FontSizeComboBox.OnInitialized method currently inserts a number of ComboBoxItem objects into the Items collection, where the Content of each item is a "double" numeric value. You could programmatically insert 13 in the same was after it's loaded. Or you could override that method and do it there.