I have a FlowDocument with two Sections. One is named 'Inhalt'.
Trying to replace it with another Section doesn't seem to work:
InfoBoxAuditorium.Inhalt = InfoBoxAuditorium.Resources["DokumentWohnzimmer"] as Section;
What am I doing wrong?