Skip to content

Commit d412613

Browse files
gewarrenCopilot
andauthored
Remove .NET Framework remarks (System.Windows) (#12665)
* remove .net fw remarks * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * fix image link --------- Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 2519943 commit d412613

13 files changed

Lines changed: 169 additions & 176 deletions

xml/System.Windows.Diagnostics/ResourceDictionaryDiagnostics.xml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@
2323
<Docs>
2424
<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>
2525
<remarks>
26-
<format type="text/markdown"><![CDATA[
27-
28-
## Remarks
29-
This type supports the .NET Framework infrastructure and is not intended to be used directly from application code.
30-
26+
<format type="text/markdown"><![CDATA[
27+
28+
## Remarks
29+
This type supports the .NET infrastructure and is not intended to be used directly from application code.
30+
3131
]]></format>
3232
</remarks>
3333
<forInternalUseOnly />
@@ -242,11 +242,11 @@
242242
<Docs>
243243
<summary>Occurs when a static resource reference is resolved.</summary>
244244
<remarks>
245-
<format type="text/markdown"><![CDATA[
246-
247-
## Remarks
248-
The event populates a <xref:System.Windows.Diagnostics.StaticResourceResolvedEventArgs> object with information about the event.
249-
245+
<format type="text/markdown"><![CDATA[
246+
247+
## Remarks
248+
The event populates a <xref:System.Windows.Diagnostics.StaticResourceResolvedEventArgs> object with information about the event.
249+
250250
]]></format>
251251
</remarks>
252252
</Docs>

xml/System.Windows.Documents.DocumentStructures/FigureStructure.xml

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -34,26 +34,26 @@
3434
<Docs>
3535
<summary>Represents a drawing, chart, or diagram in a document.</summary>
3636
<remarks>
37-
<format type="text/markdown"><![CDATA[
38-
39-
## Remarks
40-
A <xref:System.Windows.Documents.DocumentStructures.FigureStructure> can be a child of any of these document structure elements:
41-
42-
- <xref:System.Windows.Documents.DocumentStructures.StoryFragment>
43-
44-
- <xref:System.Windows.Documents.DocumentStructures.SectionStructure>
45-
46-
- <xref:System.Windows.Documents.DocumentStructures.TableCellStructure>
47-
48-
- <xref:System.Windows.Documents.DocumentStructures.ListItemStructure>
49-
50-
51-
52-
## Examples
53-
The following example shows use of the <xref:System.Windows.Documents.DocumentStructures.FigureStructure> element as part of an XPS document.
54-
55-
:::code language="xaml" source="~/snippets/csharp/System.Windows.Documents.DocumentStructures/FigureStructure/Overview/Content/FixedPage2_structure.xaml" id="Snippetdocstructstoryfragcontent2":::
56-
37+
<format type="text/markdown"><![CDATA[
38+
39+
## Remarks
40+
A <xref:System.Windows.Documents.DocumentStructures.FigureStructure> can be a child of any of these document structure elements:
41+
42+
- <xref:System.Windows.Documents.DocumentStructures.StoryFragment>
43+
44+
- <xref:System.Windows.Documents.DocumentStructures.SectionStructure>
45+
46+
- <xref:System.Windows.Documents.DocumentStructures.TableCellStructure>
47+
48+
- <xref:System.Windows.Documents.DocumentStructures.ListItemStructure>
49+
50+
51+
52+
## Examples
53+
The following example shows use of the <xref:System.Windows.Documents.DocumentStructures.FigureStructure> element as part of an XPS document.
54+
55+
:::code language="xaml" source="~/snippets/csharp/System.Windows.Documents.DocumentStructures/FigureStructure/Overview/Content/FixedPage2_structure.xaml" id="Snippetdocstructstoryfragcontent2":::
56+
5757
]]></format>
5858
</remarks>
5959
</Docs>
@@ -208,15 +208,15 @@
208208
</Parameters>
209209
<Docs>
210210
<param name="value">The child <see cref="T:System.Object" /> to add.</param>
211-
<summary>This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
211+
<summary>This member supports the .NET infrastructure and is not intended to be used directly from your code.</summary>
212212
<remarks>
213-
<format type="text/markdown"><![CDATA[
214-
215-
## Remarks
216-
Adds a child element to the <xref:System.Windows.Documents.DocumentStructures.FigureStructure>.
217-
218-
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.
219-
213+
<format type="text/markdown"><![CDATA[
214+
215+
## Remarks
216+
Adds a child element to the <xref:System.Windows.Documents.DocumentStructures.FigureStructure>.
217+
218+
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.
219+
220220
]]></format>
221221
</remarks>
222222
<exception cref="T:System.ArgumentException">

xml/System.Windows.Documents.DocumentStructures/ListStructure.xml

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -34,19 +34,19 @@
3434
<Docs>
3535
<summary>Represents a list of items in a document.</summary>
3636
<remarks>
37-
<format type="text/markdown"><![CDATA[
38-
39-
## Remarks
40-
A <xref:System.Windows.Documents.DocumentStructures.ListStructure> can be a child of the following document structure elements:
41-
42-
- <xref:System.Windows.Documents.DocumentStructures.StoryFragment>
43-
44-
- <xref:System.Windows.Documents.DocumentStructures.SectionStructure>
45-
46-
- <xref:System.Windows.Documents.DocumentStructures.TableCellStructure>
47-
48-
- <xref:System.Windows.Documents.DocumentStructures.ListItemStructure> (when the list is nested in an outer list)
49-
37+
<format type="text/markdown"><![CDATA[
38+
39+
## Remarks
40+
A <xref:System.Windows.Documents.DocumentStructures.ListStructure> can be a child of the following document structure elements:
41+
42+
- <xref:System.Windows.Documents.DocumentStructures.StoryFragment>
43+
44+
- <xref:System.Windows.Documents.DocumentStructures.SectionStructure>
45+
46+
- <xref:System.Windows.Documents.DocumentStructures.TableCellStructure>
47+
48+
- <xref:System.Windows.Documents.DocumentStructures.ListItemStructure> (when the list is nested in an outer list)
49+
5050
]]></format>
5151
</remarks>
5252
</Docs>
@@ -201,15 +201,15 @@
201201
</Parameters>
202202
<Docs>
203203
<param name="value">The child <see cref="T:System.Object" /> that is added.</param>
204-
<summary>This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
204+
<summary>This member supports the .NET infrastructure and is not intended to be used directly from your code.</summary>
205205
<remarks>
206-
<format type="text/markdown"><![CDATA[
207-
208-
## Remarks
209-
Adds a child object to the <xref:System.Windows.Documents.DocumentStructures.ListStructure>.
210-
211-
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.
212-
206+
<format type="text/markdown"><![CDATA[
207+
208+
## Remarks
209+
Adds a child object to the <xref:System.Windows.Documents.DocumentStructures.ListStructure>.
210+
211+
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.
212+
213213
]]></format>
214214
</remarks>
215215
<exception cref="T:System.ArgumentException">

xml/System.Windows.Documents.DocumentStructures/ParagraphStructure.xml

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -34,26 +34,26 @@
3434
<Docs>
3535
<summary>Represents a paragraph in a document.</summary>
3636
<remarks>
37-
<format type="text/markdown"><![CDATA[
38-
39-
## Remarks
40-
A <xref:System.Windows.Documents.DocumentStructures.ParagraphStructure> can be a child of any of these document structure elements:
41-
42-
- <xref:System.Windows.Documents.DocumentStructures.StoryFragment>
43-
44-
- <xref:System.Windows.Documents.DocumentStructures.SectionStructure>
45-
46-
- <xref:System.Windows.Documents.DocumentStructures.TableCellStructure>
47-
48-
- <xref:System.Windows.Documents.DocumentStructures.ListItemStructure>
49-
50-
51-
52-
## Examples
53-
The following example shows the `<ParagraphStructure>` part of an XML Paper Specification (XPS) document.
54-
55-
:::code language="xaml" source="~/snippets/csharp/System.Windows.Documents.DocumentStructures/FigureStructure/Overview/Content/FixedPage2_structure.xaml" id="Snippetdocstructparastruct2":::
56-
37+
<format type="text/markdown"><![CDATA[
38+
39+
## Remarks
40+
A <xref:System.Windows.Documents.DocumentStructures.ParagraphStructure> can be a child of any of these document structure elements:
41+
42+
- <xref:System.Windows.Documents.DocumentStructures.StoryFragment>
43+
44+
- <xref:System.Windows.Documents.DocumentStructures.SectionStructure>
45+
46+
- <xref:System.Windows.Documents.DocumentStructures.TableCellStructure>
47+
48+
- <xref:System.Windows.Documents.DocumentStructures.ListItemStructure>
49+
50+
51+
52+
## Examples
53+
The following example shows the `<ParagraphStructure>` part of an XML Paper Specification (XPS) document.
54+
55+
:::code language="xaml" source="~/snippets/csharp/System.Windows.Documents.DocumentStructures/FigureStructure/Overview/Content/FixedPage2_structure.xaml" id="Snippetdocstructparastruct2":::
56+
5757
]]></format>
5858
</remarks>
5959
</Docs>
@@ -208,15 +208,15 @@
208208
</Parameters>
209209
<Docs>
210210
<param name="value">The child <see cref="T:System.Object" /> that is added.</param>
211-
<summary>This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
211+
<summary>This member supports the .NET infrastructure and is not intended to be used directly from your code.</summary>
212212
<remarks>
213-
<format type="text/markdown"><![CDATA[
214-
215-
## Remarks
216-
Adds a child object to the <xref:System.Windows.Documents.DocumentStructures.ParagraphStructure>.
217-
218-
Only <xref:System.Windows.Documents.DocumentStructures.NamedElement> can be a child of <xref:System.Windows.Documents.DocumentStructures.ParagraphStructure>.
219-
213+
<format type="text/markdown"><![CDATA[
214+
215+
## Remarks
216+
Adds a child object to the <xref:System.Windows.Documents.DocumentStructures.ParagraphStructure>.
217+
218+
Only <xref:System.Windows.Documents.DocumentStructures.NamedElement> can be a child of <xref:System.Windows.Documents.DocumentStructures.ParagraphStructure>.
219+
220220
]]></format>
221221
</remarks>
222222
<exception cref="T:System.ArgumentException">

xml/System.Windows.Documents.DocumentStructures/StoryFragment.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@
446446
</Parameters>
447447
<Docs>
448448
<param name="value">The child <see cref="T:System.Object" /> that is added.</param>
449-
<summary>This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
449+
<summary>This member supports the .NET infrastructure and is not intended to be used directly from your code.</summary>
450450
<remarks>
451451
<format type="text/markdown"><![CDATA[
452452

xml/System.Windows.Documents.DocumentStructures/TableRowGroupStructure.xml

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -34,18 +34,18 @@
3434
<Docs>
3535
<summary>Represents a set of one or more rows in a table.</summary>
3636
<remarks>
37-
<format type="text/markdown"><![CDATA[
38-
39-
## Remarks
40-
A <xref:System.Windows.Documents.DocumentStructures.TableRowGroupStructure> can only have a <xref:System.Windows.Documents.DocumentStructures.TableStructure> as a parent.
41-
42-
43-
44-
## Examples
45-
The following example shows the `<TableRowGroupStructure>` part of an XML Paper Specification (XPS) document.
46-
47-
:::code language="xaml" source="~/snippets/csharp/System.Windows.Documents.DocumentStructures/FigureStructure/Overview/Content/FixedPage1_structure.xaml" id="Snippetdocstructtablestruct1":::
48-
37+
<format type="text/markdown"><![CDATA[
38+
39+
## Remarks
40+
A <xref:System.Windows.Documents.DocumentStructures.TableRowGroupStructure> can only have a <xref:System.Windows.Documents.DocumentStructures.TableStructure> as a parent.
41+
42+
43+
44+
## Examples
45+
The following example shows the `<TableRowGroupStructure>` part of an XML Paper Specification (XPS) document.
46+
47+
:::code language="xaml" source="~/snippets/csharp/System.Windows.Documents.DocumentStructures/FigureStructure/Overview/Content/FixedPage1_structure.xaml" id="Snippetdocstructtablestruct1":::
48+
4949
]]></format>
5050
</remarks>
5151
</Docs>
@@ -200,15 +200,15 @@
200200
</Parameters>
201201
<Docs>
202202
<param name="value">The child <see cref="T:System.Object" /> that is added.</param>
203-
<summary>This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
203+
<summary>This member supports the .NET infrastructure and is not intended to be used directly from your code.</summary>
204204
<remarks>
205-
<format type="text/markdown"><![CDATA[
206-
207-
## Remarks
208-
Adds a child object to the <xref:System.Windows.Documents.DocumentStructures.TableRowGroupStructure>.
209-
210-
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.
211-
205+
<format type="text/markdown"><![CDATA[
206+
207+
## Remarks
208+
Adds a child object to the <xref:System.Windows.Documents.DocumentStructures.TableRowGroupStructure>.
209+
210+
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.
211+
212212
]]></format>
213213
</remarks>
214214
<exception cref="T:System.ArgumentException">

xml/System.Windows.Documents.DocumentStructures/TableRowStructure.xml

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -34,18 +34,18 @@
3434
<Docs>
3535
<summary>Represents a row of one or more cells in a table.</summary>
3636
<remarks>
37-
<format type="text/markdown"><![CDATA[
38-
39-
## Remarks
40-
Only a <xref:System.Windows.Documents.DocumentStructures.TableRowGroupStructure> can be the parent of a <xref:System.Windows.Documents.DocumentStructures.TableRowStructure>.
41-
42-
43-
44-
## Examples
45-
The following example shows the `<TableRowStructure>` part of an XML Paper Specification (XPS) document.
46-
47-
:::code language="xaml" source="~/snippets/csharp/System.Windows.Documents.DocumentStructures/FigureStructure/Overview/Content/FixedPage1_structure.xaml" id="Snippetdocstructtablestruct1":::
48-
37+
<format type="text/markdown"><![CDATA[
38+
39+
## Remarks
40+
Only a <xref:System.Windows.Documents.DocumentStructures.TableRowGroupStructure> can be the parent of a <xref:System.Windows.Documents.DocumentStructures.TableRowStructure>.
41+
42+
43+
44+
## Examples
45+
The following example shows the `<TableRowStructure>` part of an XML Paper Specification (XPS) document.
46+
47+
:::code language="xaml" source="~/snippets/csharp/System.Windows.Documents.DocumentStructures/FigureStructure/Overview/Content/FixedPage1_structure.xaml" id="Snippetdocstructtablestruct1":::
48+
4949
]]></format>
5050
</remarks>
5151
</Docs>
@@ -200,15 +200,15 @@
200200
</Parameters>
201201
<Docs>
202202
<param name="value">The child <see cref="T:System.Object" /> that is added.</param>
203-
<summary>This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
203+
<summary>This member supports the .NET infrastructure and is not intended to be used directly from your code.</summary>
204204
<remarks>
205-
<format type="text/markdown"><![CDATA[
206-
207-
## Remarks
208-
Adds a child object to the <xref:System.Windows.Documents.DocumentStructures.TableRowStructure>.
209-
210-
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.
211-
205+
<format type="text/markdown"><![CDATA[
206+
207+
## Remarks
208+
Adds a child object to the <xref:System.Windows.Documents.DocumentStructures.TableRowStructure>.
209+
210+
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.
211+
212212
]]></format>
213213
</remarks>
214214
<exception cref="T:System.ArgumentException">

0 commit comments

Comments
 (0)