Permalink
Fetching contributors…
Cannot retrieve contributors at this time
30 lines (27 sloc) 797 Bytes
<Page xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<StackPanel>
<!-- <SnippetSchemaWalkThrough1> -->
<RichTextBox>
<FlowDocument>
<!-- One or more Block-derived object… -->
</FlowDocument>
</RichTextBox>
<!-- </SnippetSchemaWalkThrough1> -->
<!-- <SnippetSchemaWalkThrough2> -->
<RichTextBox>
<FlowDocument>
<Table>
<TableRowGroup>
<TableRow>
<TableCell>
<!-- One or more Block-derived object… -->
</TableCell>
</TableRow>
</TableRowGroup>
</Table>
</FlowDocument>
</RichTextBox>
<!-- </SnippetSchemaWalkThrough2> -->
</StackPanel>
</Page>