Beispiel #1
0
 private static void OnFontFamilyPropertyChanged(TextBase textBlock, string oldValue, string newValue)
 {
     textBlock.RebuildFontDescription();
 }
Beispiel #2
0
 private static void OnFontSizePropertyChanged(TextBase textBlock, int oldValue, int newValue)
 {
     textBlock.RebuildFontDescription();
 }