Skip to content

Commit af978fa

Browse files
authored
Fix xref links - System.Web through System.Xml (#4540)
* fix broken links
1 parent 63734c6 commit af978fa

File tree

5 files changed

+13
-17
lines changed

5 files changed

+13
-17
lines changed

xml/System.Web.Services.Protocols/SoapFaultSubCode.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<AssemblyVersion>4.0.0.0</AssemblyVersion>
4343
</AssemblyInfo>
4444
<Docs>
45-
<summary>Initializes a new instance of the <see cref="T:System.Web.Services.Protocols.SoapFaultSubcode" /> class.</summary>
45+
<summary>Initializes a new instance of the <see cref="T:System.Web.Services.Protocols.SoapFaultSubCode" /> class.</summary>
4646
</Docs>
4747
</MemberGroup>
4848
<Member MemberName=".ctor">

xml/System.Web/IHttpHandler.xml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,7 @@
5151
<format type="text/markdown"><![CDATA[
5252
5353
## Remarks
54-
You explicitly set the <xref:System.Web.IHttpHandler.IsReusable%2A> property to `true` or `false` by code you provide that overrides the <xref:System.Web.IHttpHandler.IsReusable%2A> property accessor (getter).
55-
56-
54+
You explicitly set the <xref:System.Web.IHttpHandler.IsReusable%2A> property to `true` or `false` by code you provide that overrides the <xref:System.Web.IHttpHandler.IsReusable%2A> property accessor (getter).
5755
5856
## Examples
5957
The following code example writes four lines of text to the HTTP output stream in response to a client request for a page named handler.aspx. All requests for handler.aspx are serviced by the `MyHttpHandler` class in the namespace `HandlerExample` contained in the assembly HandlerTest.dll.
@@ -92,10 +90,8 @@
9290
<format type="text/markdown"><![CDATA[
9391
9492
## Remarks
95-
Place your custom `HttpHandler` code in the <xref:System.Web.IHttpHandler.ProcessRequest%2A> virtual method, as shown in the [Examples](#examples) section.
96-
97-
98-
93+
Place your custom `HttpHandler` code in the <xref:System.Web.IHttpHandler.ProcessRequest%2A> virtual method, as shown in the Examples section.
94+
9995
## Examples
10096
The following code example writes four lines of text to the HTTP output stream in response to a client request for a page named handler.aspx. All requests for handler.aspx are serviced by the `MyHttpHandler` class in the namespace `HandlerExample` contained in the assembly HandlerTest.dll.
10197

xml/System.Windows.Forms/ToolTip.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
The <xref:System.Windows.Forms.ToolTip> class can be used in any container. To explicitly specify a container, use the <xref:System.Windows.Forms.ToolTip.%23ctor%28System.ComponentModel.IContainer%29> constructor. A single <xref:System.Windows.Forms.ToolTip> component typically is used to create ToolTips for multiple controls on a single form. After you create a <xref:System.Windows.Forms.ToolTip>, use a separate call to the <xref:System.Windows.Forms.ToolTip.SetToolTip%2A> method to associate ToolTip display text to an individual control. Then when the user moves the pointer on a control, the ToolTip with its text is displayed. You can call <xref:System.Windows.Forms.ToolTip.SetToolTip%2A> more than once for the same control to change the text that is associated with the control. To get the text that is associated with a control, use the <xref:System.Windows.Forms.ToolTip.GetToolTip%2A> method. To remove all ToolTip text associations with an instance of the <xref:System.Windows.Forms.ToolTip> class, use the <xref:System.Windows.Forms.ToolTip.RemoveAll%2A> method.
5050
5151
> [!NOTE]
52-
> ToolTip text is not displayed for controls that are disabled. Unless the <xref:System.Windows.Forms.ToolTip.ShowAlways%2A> property is set to `true`, ToolTips are not displayed when their container is inactive.
52+
> ToolTip text is not displayed for controls that are disabled. Unless the <xref:System.Windows.Forms.ToolTip.ShowAlways%2A> property is set to `true`, ToolTips are not displayed when their container is inactive.
5353
5454
The <xref:System.Windows.Forms.ToolTip> class provides the following properties and methods to modify the default behavior and appearance of a ToolTip.
5555
@@ -425,10 +425,10 @@
425425
<format type="text/markdown"><![CDATA[
426426
427427
## Remarks
428-
The <xref:System.Windows.Forms.ToolTip.CreateParams%2A> property should only be extended when you are wrapping a standard Windows control class or to set styles not provided by the <xref:System.Windows.Forms?displayProperty=nameWithType> namespace. For more information about creating control parameters, see the `CreateWindow` and `CreateWindowEx` functions and the `CREATESTRUCT` structure documentation in the Windows Platform SDK reference located in the MSDN Library.
428+
The <xref:System.Windows.Forms.ToolTip.CreateParams%2A> property should only be extended when you are wrapping a standard Windows control class or to set styles not provided by the <xref:System.Windows.Forms?displayProperty=nameWithType> namespace. For more information about creating control parameters, see [CreateWindowA](/windows/win32/api/winuser/nf-winuser-createwindowa), [CreateWindowEx](/windows/win32/api/winuser/nf-winuser-createwindowexa), and [CREATESTRUCT](/windows/win32/api/winuser/ns-winuser-createstructa).
429429
430430
> [!NOTE]
431-
> When overriding the <xref:System.Windows.Forms.ToolTip.CreateParams%2A> property in a derived class, use the base class's <xref:System.Windows.Forms.ToolTip.CreateParams%2A> property to extend the base implementation.
431+
> When overriding the <xref:System.Windows.Forms.ToolTip.CreateParams%2A> property in a derived class, use the base class's <xref:System.Windows.Forms.ToolTip.CreateParams%2A> property to extend the base implementation.
432432
433433
]]></format>
434434
</remarks>
@@ -542,7 +542,7 @@
542542
543543
]]></format>
544544
</remarks>
545-
<altmember cref="Overload:System.Windows.Forms.ToolTip.Dispose" />
545+
<altmember cref="M:System.Windows.Forms.ToolTip.Dispose(System.Boolean)" />
546546
<altmember cref="M:System.Object.Finalize" />
547547
<altmember cref="M:System.GC.SuppressFinalize(System.Object)" />
548548
</Docs>
@@ -1453,7 +1453,7 @@
14531453
<format type="text/markdown"><![CDATA[
14541454
14551455
## Remarks
1456-
The <xref:System.Windows.Forms.ToolTip> class has an internal timer that it uses to set the display duration for ToolTips. The duration associated with this timer is set through the <xref:System.Windows.Forms.ToolTip.AutoPopDelay%2A> property. The <xref:System.Windows.Forms.ToolTip.StopTimer%2A> method will stop this internal timer, causing any displayed ToolTip to be shown modally until the <xref:System.Windows.Forms.ToolTip.Hide%2A> method is called, or the parent form is minimized, hidden, or closed.
1456+
The <xref:System.Windows.Forms.ToolTip> class has an internal timer that it uses to set the display duration for ToolTips. Set the duration of the timer through the <xref:System.Windows.Forms.ToolTip.AutoPopDelay%2A> property. The <xref:System.Windows.Forms.ToolTip.StopTimer%2A> method stops this internal timer, causing any displayed ToolTip to be shown modally until the <xref:System.Windows.Forms.ToolTip.Hide%2A> method is called or the parent form is minimized, hidden, or closed.
14571457
14581458
]]></format>
14591459
</remarks>

xml/System.Windows.Media.Animation/Storyboard.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1717,9 +1717,9 @@
17171717
<format type="text/markdown"><![CDATA[
17181718
17191719
## Remarks
1720-
This method gets the <xref:System.Windows.Media.Animation.Storyboard.TargetProperty%2A> attached property on the specified object. For more information about how storyboard targeting works, see <xref:System.Windows.Media.Animation.Storyboard.TargetProperty%2A> attached property. For more information about how attached properties work, see [Attached Properties Overview](/dotnet/framework/wpf/advanced/attached-properties-overview).
1720+
This method gets the <xref:System.Windows.Media.Animation.Storyboard.TargetProperty> attached property on the specified object. For more information about how storyboard targeting works, see <xref:System.Windows.Media.Animation.Storyboard.TargetProperty> attached property. For more information about how attached properties work, see [Attached Properties Overview](/dotnet/framework/wpf/advanced/attached-properties-overview).
17211721
1722-
Note that if the <xref:System.Windows.Media.Animation.Storyboard.TargetProperty%2A> was set in markup, this method returns an empty <xref:System.Windows.PropertyPath> because the property reference is resolved and stored internally when it is parsed.
1722+
Note that if the <xref:System.Windows.Media.Animation.Storyboard.TargetProperty> was set in markup, this method returns an empty <xref:System.Windows.PropertyPath> because the property reference is resolved and stored internally when it is parsed.
17231723
17241724
]]></format>
17251725
</remarks>
@@ -2834,7 +2834,7 @@
28342834
<format type="text/markdown"><![CDATA[
28352835
28362836
## Remarks
2837-
This method sets the <xref:System.Windows.Media.Animation.Storyboard.TargetProperty%2A> attached property on the specified object. For more information about how storyboard targeting works, see <xref:System.Windows.Media.Animation.Storyboard.TargetProperty%2A>. For more information about how attached properties work, see [Attached Properties Overview](/dotnet/framework/wpf/advanced/attached-properties-overview).
2837+
This method sets the <xref:System.Windows.Media.Animation.Storyboard.TargetProperty> attached property on the specified object. For more information about how storyboard targeting works, see <xref:System.Windows.Media.Animation.Storyboard.TargetProperty>. For more information about how attached properties work, see [Attached Properties Overview](/dotnet/framework/wpf/advanced/attached-properties-overview).
28382838
28392839
]]></format>
28402840
</remarks>

xml/System.Windows.Xps.Packaging/IXpsFixedDocumentReader.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@
278278
<summary>Gets a collection of all the signature definitions that are associated with the <see cref="T:System.Windows.Documents.FixedDocument" />.</summary>
279279
<value>An <see cref="T:System.Collections.Generic.ICollection`1" /> of signature definitions, typically one for every person who signed or will sign the document.</value>
280280
<remarks>To be added.</remarks>
281-
<altmember cref="T:System.Windows.Xps.Packaging.XPSSignatureDefinition" />
281+
<altmember cref="T:System.Windows.Xps.Packaging.XpsSignatureDefinition" />
282282
</Docs>
283283
</Member>
284284
<Member MemberName="Thumbnail">

0 commit comments

Comments
 (0)