Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions xml/System.Windows.Diagnostics/ResourceDictionaryDiagnostics.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@
<Docs>
<summary>Enables enumeration of generic and themed <see cref="T:System.Windows.ResourceDictionary" /> instances, and provides a notification infrastructure for listening to the loading and unloading of <see cref="T:System.Windows.ResourceDictionary" /> instances.</summary>
<remarks>
<format type="text/markdown"><![CDATA[
## Remarks
This type supports the .NET Framework infrastructure and is not intended to be used directly from application code.
<format type="text/markdown"><![CDATA[

## Remarks
This type supports the .NET infrastructure and is not intended to be used directly from application code.

]]></format>
</remarks>
<forInternalUseOnly />
Expand Down Expand Up @@ -242,11 +242,11 @@
<Docs>
<summary>Occurs when a static resource reference is resolved.</summary>
<remarks>
<format type="text/markdown"><![CDATA[
## Remarks
The event populates a <xref:System.Windows.Diagnostics.StaticResourceResolvedEventArgs> object with information about the event.
<format type="text/markdown"><![CDATA[

## Remarks
The event populates a <xref:System.Windows.Diagnostics.StaticResourceResolvedEventArgs> object with information about the event.

]]></format>
</remarks>
</Docs>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,26 +34,26 @@
<Docs>
<summary>Represents a drawing, chart, or diagram in a document.</summary>
<remarks>
<format type="text/markdown"><![CDATA[
## Remarks
A <xref:System.Windows.Documents.DocumentStructures.FigureStructure> can be a child of any of these document structure elements:
- <xref:System.Windows.Documents.DocumentStructures.StoryFragment>
- <xref:System.Windows.Documents.DocumentStructures.SectionStructure>
- <xref:System.Windows.Documents.DocumentStructures.TableCellStructure>
- <xref:System.Windows.Documents.DocumentStructures.ListItemStructure>
## Examples
The following example shows use of the <xref:System.Windows.Documents.DocumentStructures.FigureStructure> element as part of an XPS document.
:::code language="xaml" source="~/snippets/csharp/System.Windows.Documents.DocumentStructures/FigureStructure/Overview/Content/FixedPage2_structure.xaml" id="Snippetdocstructstoryfragcontent2":::
<format type="text/markdown"><![CDATA[

## Remarks
A <xref:System.Windows.Documents.DocumentStructures.FigureStructure> can be a child of any of these document structure elements:

- <xref:System.Windows.Documents.DocumentStructures.StoryFragment>

- <xref:System.Windows.Documents.DocumentStructures.SectionStructure>

- <xref:System.Windows.Documents.DocumentStructures.TableCellStructure>

- <xref:System.Windows.Documents.DocumentStructures.ListItemStructure>



## Examples
The following example shows use of the <xref:System.Windows.Documents.DocumentStructures.FigureStructure> element as part of an XPS document.

:::code language="xaml" source="~/snippets/csharp/System.Windows.Documents.DocumentStructures/FigureStructure/Overview/Content/FixedPage2_structure.xaml" id="Snippetdocstructstoryfragcontent2":::

]]></format>
</remarks>
</Docs>
Expand Down Expand Up @@ -208,15 +208,15 @@
</Parameters>
<Docs>
<param name="value">The child <see cref="T:System.Object" /> to add.</param>
<summary>This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
<summary>This member supports the .NET infrastructure and is not intended to be used directly from your code.</summary>
<remarks>
<format type="text/markdown"><![CDATA[
## Remarks
Adds a child element to the <xref:System.Windows.Documents.DocumentStructures.FigureStructure>.
Only <xref:System.Windows.Documents.DocumentStructures.NamedElement> can be a child of <xref:System.Windows.Documents.DocumentStructures.FigureStructure>. If there are multiple children, they should together constitute a single drawing, chart, or diagram.
<format type="text/markdown"><![CDATA[

## Remarks
Adds a child element to the <xref:System.Windows.Documents.DocumentStructures.FigureStructure>.

Only <xref:System.Windows.Documents.DocumentStructures.NamedElement> can be a child of <xref:System.Windows.Documents.DocumentStructures.FigureStructure>. If there are multiple children, they should together constitute a single drawing, chart, or diagram.

]]></format>
</remarks>
<exception cref="T:System.ArgumentException">
Expand Down
42 changes: 21 additions & 21 deletions xml/System.Windows.Documents.DocumentStructures/ListStructure.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,19 +34,19 @@
<Docs>
<summary>Represents a list of items in a document.</summary>
<remarks>
<format type="text/markdown"><![CDATA[
## Remarks
A <xref:System.Windows.Documents.DocumentStructures.ListStructure> can be a child of the following document structure elements:
- <xref:System.Windows.Documents.DocumentStructures.StoryFragment>
- <xref:System.Windows.Documents.DocumentStructures.SectionStructure>
- <xref:System.Windows.Documents.DocumentStructures.TableCellStructure>
- <xref:System.Windows.Documents.DocumentStructures.ListItemStructure> (when the list is nested in an outer list)
<format type="text/markdown"><![CDATA[

## Remarks
A <xref:System.Windows.Documents.DocumentStructures.ListStructure> can be a child of the following document structure elements:

- <xref:System.Windows.Documents.DocumentStructures.StoryFragment>

- <xref:System.Windows.Documents.DocumentStructures.SectionStructure>

- <xref:System.Windows.Documents.DocumentStructures.TableCellStructure>

- <xref:System.Windows.Documents.DocumentStructures.ListItemStructure> (when the list is nested in an outer list)

]]></format>
</remarks>
</Docs>
Expand Down Expand Up @@ -201,15 +201,15 @@
</Parameters>
<Docs>
<param name="value">The child <see cref="T:System.Object" /> that is added.</param>
<summary>This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
<summary>This member supports the .NET infrastructure and is not intended to be used directly from your code.</summary>
<remarks>
<format type="text/markdown"><![CDATA[
## Remarks
Adds a child object to the <xref:System.Windows.Documents.DocumentStructures.ListStructure>.
Only <xref:System.Windows.Documents.DocumentStructures.ListItemStructure> can be a child of <xref:System.Windows.Documents.DocumentStructures.ListStructure> and there must be at least one child.
<format type="text/markdown"><![CDATA[

## Remarks
Adds a child object to the <xref:System.Windows.Documents.DocumentStructures.ListStructure>.

Only <xref:System.Windows.Documents.DocumentStructures.ListItemStructure> can be a child of <xref:System.Windows.Documents.DocumentStructures.ListStructure> and there must be at least one child.

]]></format>
</remarks>
<exception cref="T:System.ArgumentException">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,26 +34,26 @@
<Docs>
<summary>Represents a paragraph in a document.</summary>
<remarks>
<format type="text/markdown"><![CDATA[
## Remarks
A <xref:System.Windows.Documents.DocumentStructures.ParagraphStructure> can be a child of any of these document structure elements:
- <xref:System.Windows.Documents.DocumentStructures.StoryFragment>
- <xref:System.Windows.Documents.DocumentStructures.SectionStructure>
- <xref:System.Windows.Documents.DocumentStructures.TableCellStructure>
- <xref:System.Windows.Documents.DocumentStructures.ListItemStructure>
## Examples
The following example shows the `<ParagraphStructure>` part of an XML Paper Specification (XPS) document.
:::code language="xaml" source="~/snippets/csharp/System.Windows.Documents.DocumentStructures/FigureStructure/Overview/Content/FixedPage2_structure.xaml" id="Snippetdocstructparastruct2":::
<format type="text/markdown"><![CDATA[

## Remarks
A <xref:System.Windows.Documents.DocumentStructures.ParagraphStructure> can be a child of any of these document structure elements:

- <xref:System.Windows.Documents.DocumentStructures.StoryFragment>

- <xref:System.Windows.Documents.DocumentStructures.SectionStructure>

- <xref:System.Windows.Documents.DocumentStructures.TableCellStructure>

- <xref:System.Windows.Documents.DocumentStructures.ListItemStructure>



## Examples
The following example shows the `<ParagraphStructure>` part of an XML Paper Specification (XPS) document.

:::code language="xaml" source="~/snippets/csharp/System.Windows.Documents.DocumentStructures/FigureStructure/Overview/Content/FixedPage2_structure.xaml" id="Snippetdocstructparastruct2":::

]]></format>
</remarks>
</Docs>
Expand Down Expand Up @@ -208,15 +208,15 @@
</Parameters>
<Docs>
<param name="value">The child <see cref="T:System.Object" /> that is added.</param>
<summary>This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
<summary>This member supports the .NET infrastructure and is not intended to be used directly from your code.</summary>
<remarks>
<format type="text/markdown"><![CDATA[
## Remarks
Adds a child object to the <xref:System.Windows.Documents.DocumentStructures.ParagraphStructure>.
Only <xref:System.Windows.Documents.DocumentStructures.NamedElement> can be a child of <xref:System.Windows.Documents.DocumentStructures.ParagraphStructure>.
<format type="text/markdown"><![CDATA[

## Remarks
Adds a child object to the <xref:System.Windows.Documents.DocumentStructures.ParagraphStructure>.

Only <xref:System.Windows.Documents.DocumentStructures.NamedElement> can be a child of <xref:System.Windows.Documents.DocumentStructures.ParagraphStructure>.

]]></format>
</remarks>
<exception cref="T:System.ArgumentException">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@
</Parameters>
<Docs>
<param name="value">The child <see cref="T:System.Object" /> that is added.</param>
<summary>This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
<summary>This member supports the .NET infrastructure and is not intended to be used directly from your code.</summary>
<remarks>
<format type="text/markdown"><![CDATA[

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,18 +34,18 @@
<Docs>
<summary>Represents a set of one or more rows in a table.</summary>
<remarks>
<format type="text/markdown"><![CDATA[
## Remarks
A <xref:System.Windows.Documents.DocumentStructures.TableRowGroupStructure> can only have a <xref:System.Windows.Documents.DocumentStructures.TableStructure> as a parent.
## Examples
The following example shows the `<TableRowGroupStructure>` part of an XML Paper Specification (XPS) document.
:::code language="xaml" source="~/snippets/csharp/System.Windows.Documents.DocumentStructures/FigureStructure/Overview/Content/FixedPage1_structure.xaml" id="Snippetdocstructtablestruct1":::
<format type="text/markdown"><![CDATA[

## Remarks
A <xref:System.Windows.Documents.DocumentStructures.TableRowGroupStructure> can only have a <xref:System.Windows.Documents.DocumentStructures.TableStructure> as a parent.



## Examples
The following example shows the `<TableRowGroupStructure>` part of an XML Paper Specification (XPS) document.

:::code language="xaml" source="~/snippets/csharp/System.Windows.Documents.DocumentStructures/FigureStructure/Overview/Content/FixedPage1_structure.xaml" id="Snippetdocstructtablestruct1":::

]]></format>
</remarks>
</Docs>
Expand Down Expand Up @@ -200,15 +200,15 @@
</Parameters>
<Docs>
<param name="value">The child <see cref="T:System.Object" /> that is added.</param>
<summary>This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
<summary>This member supports the .NET infrastructure and is not intended to be used directly from your code.</summary>
<remarks>
<format type="text/markdown"><![CDATA[
## Remarks
Adds a child object to the <xref:System.Windows.Documents.DocumentStructures.TableRowGroupStructure>.
Only <xref:System.Windows.Documents.DocumentStructures.TableRowStructure> can be a child of <xref:System.Windows.Documents.DocumentStructures.TableRowGroupStructure> and there must be at least one child.
<format type="text/markdown"><![CDATA[

## Remarks
Adds a child object to the <xref:System.Windows.Documents.DocumentStructures.TableRowGroupStructure>.

Only <xref:System.Windows.Documents.DocumentStructures.TableRowStructure> can be a child of <xref:System.Windows.Documents.DocumentStructures.TableRowGroupStructure> and there must be at least one child.

]]></format>
</remarks>
<exception cref="T:System.ArgumentException">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,18 +34,18 @@
<Docs>
<summary>Represents a row of one or more cells in a table.</summary>
<remarks>
<format type="text/markdown"><![CDATA[
## Remarks
Only a <xref:System.Windows.Documents.DocumentStructures.TableRowGroupStructure> can be the parent of a <xref:System.Windows.Documents.DocumentStructures.TableRowStructure>.
## Examples
The following example shows the `<TableRowStructure>` part of an XML Paper Specification (XPS) document.
:::code language="xaml" source="~/snippets/csharp/System.Windows.Documents.DocumentStructures/FigureStructure/Overview/Content/FixedPage1_structure.xaml" id="Snippetdocstructtablestruct1":::
<format type="text/markdown"><![CDATA[

## Remarks
Only a <xref:System.Windows.Documents.DocumentStructures.TableRowGroupStructure> can be the parent of a <xref:System.Windows.Documents.DocumentStructures.TableRowStructure>.



## Examples
The following example shows the `<TableRowStructure>` part of an XML Paper Specification (XPS) document.

:::code language="xaml" source="~/snippets/csharp/System.Windows.Documents.DocumentStructures/FigureStructure/Overview/Content/FixedPage1_structure.xaml" id="Snippetdocstructtablestruct1":::

]]></format>
</remarks>
</Docs>
Expand Down Expand Up @@ -200,15 +200,15 @@
</Parameters>
<Docs>
<param name="value">The child <see cref="T:System.Object" /> that is added.</param>
<summary>This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
<summary>This member supports the .NET infrastructure and is not intended to be used directly from your code.</summary>
<remarks>
<format type="text/markdown"><![CDATA[
## Remarks
Adds a child object to the <xref:System.Windows.Documents.DocumentStructures.TableRowStructure>.
Only <xref:System.Windows.Documents.DocumentStructures.TableCellStructure> can be a child of <xref:System.Windows.Documents.DocumentStructures.TableRowStructure> and there must be at least one child.
<format type="text/markdown"><![CDATA[

## Remarks
Adds a child object to the <xref:System.Windows.Documents.DocumentStructures.TableRowStructure>.

Only <xref:System.Windows.Documents.DocumentStructures.TableCellStructure> can be a child of <xref:System.Windows.Documents.DocumentStructures.TableRowStructure> and there must be at least one child.

]]></format>
</remarks>
<exception cref="T:System.ArgumentException">
Expand Down
Loading
Loading