public static void SetFragments(TextBlock tb, ObservableCollection <string> value)
 {
     tb.SetValue(FragmentsProperty, value);
 }
 public static void SetFragments(TextBlock tb, IEnumerable <string> value)
 {
     tb.SetValue(FragmentsProperty, value);
 }