I think the question title is self explaining enough.
I've added some strings via ParagraphControl.Inlines.Add(SomeStringValue)
and I'm getting some troubles retrieving the text content. Any tip?
I've tried to get the text from the Inline
itself and then flatten the string collection via String.Join()