Permalink
Cannot retrieve contributors at this time
Fetching contributors…
| <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> | |