private void Apply(Style style)
 {
     style.ApplyToSelection(codeInputBox);
 }