メモ帳に簡単な xaml ファイルを書きます。
<FlowDocument AllowDrop="True"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"><Paragraph />
<BlockUIContainer><Button Tag="another.xaml">Next...</Button>
</BlockUIContainer></FlowDocument>
このファイルには、内部に Button を含む BlockUIContainer が含まれています。ボタンには、別の xaml ファイルへの参照を含むタグ プロパティもあります。xaml ファイルを FlowDocumentScrollViewer にロードするときに、ボタンをクリックして同じ FlowDocumentScrollViewer に another.xaml をロードします。これどうやってするの?ボタンを検索する必要があると思われますが、方法がわかりません。