Esempio n. 1
0
 public static string GetRichContentXaml(this TextRange range)
 {
     return(range.GetRichContent(DataFormats.Xaml));
 }