private static void OnFontFamilyPropertyChanged(TextBase textBlock, string oldValue, string newValue) { textBlock.RebuildFontDescription(); }
private static void OnFontSizePropertyChanged(TextBase textBlock, int oldValue, int newValue) { textBlock.RebuildFontDescription(); }