Exemple #1
0
 private void MergeWith(RunWord nextRun)
 {
     Word.MergeWith(nextRun.Word);
     Inlines.Remove(nextRun);
     Text = Word.OriginalText;
     UpdateBackground();
     //UpdateSegmentedBackground();
 }