Skip to content

Commit f973440

Browse files
authored
Un-encode characters in xref links (System.Windows.Forms) (#12469)
1 parent cd1806c commit f973440

650 files changed

Lines changed: 11533 additions & 11533 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

xml/System.Windows.Forms.ComponentModel.Com2Interop/IComPropertyBrowser.xml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,11 @@
5454
<Docs>
5555
<summary>Occurs when the <see cref="T:System.Windows.Forms.PropertyGrid" /> control is browsing a COM object and the user renames the object.</summary>
5656
<remarks>
57-
<format type="text/markdown"><![CDATA[
58-
59-
## Remarks
60-
Only a change of value of the property that corresponds to DISPID_Name for the COM object raises the <xref:System.Windows.Forms.ComponentModel.Com2Interop.IComPropertyBrowser.ComComponentNameChanged> event.
61-
57+
<format type="text/markdown"><![CDATA[
58+
59+
## Remarks
60+
Only a change of value of the property that corresponds to DISPID_Name for the COM object raises the <xref:System.Windows.Forms.ComponentModel.Com2Interop.IComPropertyBrowser.ComComponentNameChanged> event.
61+
6262
]]></format>
6363
</remarks>
6464
<forInternalUseOnly />
@@ -223,11 +223,11 @@
223223
<param name="key">The registry key that contains the user states.</param>
224224
<summary>Loads user states from the registry into the <see cref="T:System.Windows.Forms.PropertyGrid" /> control.</summary>
225225
<remarks>
226-
<format type="text/markdown"><![CDATA[
227-
228-
## Remarks
229-
You can save some of the <xref:System.Windows.Forms.PropertyGrid> control states, such as the <xref:System.Windows.Forms.PropertyGrid.PropertySort%2A> and <xref:System.Windows.Forms.PropertyGrid.HelpVisible%2A> properties, to the registry and load them the next time the user runs your application.
230-
226+
<format type="text/markdown"><![CDATA[
227+
228+
## Remarks
229+
You can save some of the <xref:System.Windows.Forms.PropertyGrid> control states, such as the <xref:System.Windows.Forms.PropertyGrid.PropertySort*> and <xref:System.Windows.Forms.PropertyGrid.HelpVisible*> properties, to the registry and load them the next time the user runs your application.
230+
231231
]]></format>
232232
</remarks>
233233
<forInternalUseOnly />
@@ -265,11 +265,11 @@
265265
<param name="key">The registry key that contains the user states.</param>
266266
<summary>Saves user states from the <see cref="T:System.Windows.Forms.PropertyGrid" /> control to the registry.</summary>
267267
<remarks>
268-
<format type="text/markdown"><![CDATA[
269-
270-
## Remarks
271-
You can save some of the <xref:System.Windows.Forms.PropertyGrid> control states, such as the <xref:System.Windows.Forms.PropertyGrid.PropertySort%2A> and <xref:System.Windows.Forms.PropertyGrid.HelpVisible%2A> properties, to the registry and load them the next time the user runs your application.
272-
268+
<format type="text/markdown"><![CDATA[
269+
270+
## Remarks
271+
You can save some of the <xref:System.Windows.Forms.PropertyGrid> control states, such as the <xref:System.Windows.Forms.PropertyGrid.PropertySort*> and <xref:System.Windows.Forms.PropertyGrid.HelpVisible*> properties, to the registry and load them the next time the user runs your application.
272+
273273
]]></format>
274274
</remarks>
275275
<forInternalUseOnly />

xml/System.Windows.Forms.DataVisualization.Charting/Annotation.xml

Lines changed: 21 additions & 21 deletions
Large diffs are not rendered by default.

xml/System.Windows.Forms.DataVisualization.Charting/AnnotationGroup.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@
431431
<format type="text/markdown"><![CDATA[
432432
433433
## Remarks
434-
Two colors are used to draw the gradient, <xref:System.Windows.Forms.DataVisualization.Charting.AnnotationGroup.BackColor%2A> and <xref:System.Windows.Forms.DataVisualization.Charting.AnnotationGroup.BackSecondaryColor%2A>.
434+
Two colors are used to draw the gradient, <xref:System.Windows.Forms.DataVisualization.Charting.AnnotationGroup.BackColor*> and <xref:System.Windows.Forms.DataVisualization.Charting.AnnotationGroup.BackSecondaryColor*>.
435435
436436
]]></format>
437437
</remarks>
@@ -481,7 +481,7 @@
481481
<format type="text/markdown"><![CDATA[
482482
483483
## Remarks
484-
Two colors are used to draw the hatching, <xref:System.Windows.Forms.DataVisualization.Charting.AnnotationGroup.BackColor%2A> and <xref:System.Windows.Forms.DataVisualization.Charting.AnnotationGroup.BackSecondaryColor%2A>.
484+
Two colors are used to draw the hatching, <xref:System.Windows.Forms.DataVisualization.Charting.AnnotationGroup.BackColor*> and <xref:System.Windows.Forms.DataVisualization.Charting.AnnotationGroup.BackSecondaryColor*>.
485485
486486
]]></format>
487487
</remarks>
@@ -535,7 +535,7 @@
535535
<format type="text/markdown"><![CDATA[
536536
537537
## Remarks
538-
A secondary color is used with <xref:System.Windows.Forms.DataVisualization.Charting.AnnotationGroup.BackColor%2A> when <xref:System.Windows.Forms.DataVisualization.Charting.AnnotationGroup.BackHatchStyle%2A> or <xref:System.Windows.Forms.DataVisualization.Charting.AnnotationGroup.BackGradientStyle%2A> are used.
538+
A secondary color is used with <xref:System.Windows.Forms.DataVisualization.Charting.AnnotationGroup.BackColor*> when <xref:System.Windows.Forms.DataVisualization.Charting.AnnotationGroup.BackHatchStyle*> or <xref:System.Windows.Forms.DataVisualization.Charting.AnnotationGroup.BackGradientStyle*> are used.
539539
540540
]]></format>
541541
</remarks>
@@ -747,7 +747,7 @@
747747
## Remarks
748748
The height and width of an annotation may be set in relative chart or in axes coordinates. By default, relative chart coordinates are used.
749749
750-
To use axes coordinates, set the <xref:System.Windows.Forms.DataVisualization.Charting.AnnotationGroup.IsSizeAlwaysRelative> property to `false`. Then either anchor the annotation to a data point or set the <xref:System.Windows.Forms.DataVisualization.Charting.Annotation.AxisX%2A> or <xref:System.Windows.Forms.DataVisualization.Charting.Annotation.AxisY%2A> properties.
750+
To use axes coordinates, set the <xref:System.Windows.Forms.DataVisualization.Charting.AnnotationGroup.IsSizeAlwaysRelative> property to `false`. Then either anchor the annotation to a data point or set the <xref:System.Windows.Forms.DataVisualization.Charting.Annotation.AxisX*> or <xref:System.Windows.Forms.DataVisualization.Charting.Annotation.AxisY*> properties.
751751
752752
]]></format>
753753
</remarks>

xml/System.Windows.Forms.DataVisualization.Charting/ArrowAnnotation.xml

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@
1616
<Docs>
1717
<summary>Represents an arrow annotation.</summary>
1818
<remarks>
19-
<format type="text/markdown"><![CDATA[
20-
21-
## Remarks
22-
Arrow annotations can be used to connect to points on the chart or to highlight a single chart area.
23-
24-
Different arrow styles and sizes can be applied to the annotation.
25-
19+
<format type="text/markdown"><![CDATA[
20+
21+
## Remarks
22+
Arrow annotations can be used to connect to points on the chart or to highlight a single chart area.
23+
24+
Different arrow styles and sizes can be applied to the annotation.
25+
2626
]]></format>
2727
</remarks>
2828
</Docs>
@@ -77,13 +77,13 @@
7777
<summary>Gets or sets the position alignment of the annotation to the anchor point.</summary>
7878
<value>A <see cref="T:System.Drawing.ContentAlignment" /> enumeration value that represents the alignment of the annotation to the anchor point.</value>
7979
<remarks>
80-
<format type="text/markdown"><![CDATA[
81-
82-
## Remarks
83-
The annotation must be anchored using either <xref:System.Windows.Forms.DataVisualization.Charting.Annotation.AnchorDataPoint%2A>, or the <xref:System.Windows.Forms.DataVisualization.Charting.Annotation.AnchorX%2A> and <xref:System.Windows.Forms.DataVisualization.Charting.Annotation.AnchorY%2A> properties.
84-
85-
Its <xref:System.Windows.Forms.DataVisualization.Charting.Annotation.X%2A> and <xref:System.Windows.Forms.DataVisualization.Charting.Annotation.Y%2A> properties must be set to <xref:System.Double.NaN>.
86-
80+
<format type="text/markdown"><![CDATA[
81+
82+
## Remarks
83+
The annotation must be anchored using either <xref:System.Windows.Forms.DataVisualization.Charting.Annotation.AnchorDataPoint*>, or the <xref:System.Windows.Forms.DataVisualization.Charting.Annotation.AnchorX*> and <xref:System.Windows.Forms.DataVisualization.Charting.Annotation.AnchorY*> properties.
84+
85+
Its <xref:System.Windows.Forms.DataVisualization.Charting.Annotation.X*> and <xref:System.Windows.Forms.DataVisualization.Charting.Annotation.Y*> properties must be set to <xref:System.Double.NaN>.
86+
8787
]]></format>
8888
</remarks>
8989
</Docs>
@@ -125,13 +125,13 @@
125125
<summary>Gets the name of the annotation type. For internal use, should not be used.</summary>
126126
<value>A <see langword="string" /> value that represents the name of the annotation type.</value>
127127
<remarks>
128-
<format type="text/markdown"><![CDATA[
129-
130-
## Remarks
131-
Gets the name of each annotation type such as Line, Rectangle, Ellipse, and so forth.
132-
133-
This property is for internal use and is hidden at design time and run time.
134-
128+
<format type="text/markdown"><![CDATA[
129+
130+
## Remarks
131+
Gets the name of each annotation type such as Line, Rectangle, Ellipse, and so forth.
132+
133+
This property is for internal use and is hidden at design time and run time.
134+
135135
]]></format>
136136
</remarks>
137137
</Docs>

0 commit comments

Comments
 (0)