diff --git a/xml/System.IO.Pipelines/PipeOptions.xml b/xml/System.IO.Pipelines/PipeOptions.xml
index 6cba3562192..bef61de2da7 100644
--- a/xml/System.IO.Pipelines/PipeOptions.xml
+++ b/xml/System.IO.Pipelines/PipeOptions.xml
@@ -52,7 +52,7 @@
The pool of memory blocks to be used for buffer management.
The to be used to execute callbacks and async continuations.
The used to execute callbacks and async continuations.
- The number of bytes in the before starts blocking. A negative value prevents from ever blocking, effectively making the number of bytes in the unlimited.
+ The number of bytes in the before starts blocking. A value of zero prevents from ever blocking, effectively making the number of bytes in the unlimited.
The number of bytes in the when stops blocking.
The minimum size of the segment requested from .
diff --git a/xml/System.Web.Services.Protocols/SoapFaultSubCode.xml b/xml/System.Web.Services.Protocols/SoapFaultSubCode.xml
index 30f3671a7e0..bb5df7590a1 100644
--- a/xml/System.Web.Services.Protocols/SoapFaultSubCode.xml
+++ b/xml/System.Web.Services.Protocols/SoapFaultSubCode.xml
@@ -42,7 +42,7 @@
4.0.0.0
- Initializes a new instance of the class.
+ Initializes a new instance of the class.
diff --git a/xml/System.Web/IHttpHandler.xml b/xml/System.Web/IHttpHandler.xml
index 90c12f5b6f1..e5c05f1eed6 100644
--- a/xml/System.Web/IHttpHandler.xml
+++ b/xml/System.Web/IHttpHandler.xml
@@ -51,9 +51,7 @@
property to `true` or `false` by code you provide that overrides the property accessor (getter).
-
-
+ You explicitly set the property to `true` or `false` by code you provide that overrides the property accessor (getter).
## Examples
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 @@
virtual method, as shown in the [Examples](#examples) section.
-
-
-
+ Place your custom `HttpHandler` code in the virtual method, as shown in the Examples section.
+
## Examples
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.
diff --git a/xml/System.Windows.Forms/ToolTip.xml b/xml/System.Windows.Forms/ToolTip.xml
index cd4cac43d54..fa61e1da1de 100644
--- a/xml/System.Windows.Forms/ToolTip.xml
+++ b/xml/System.Windows.Forms/ToolTip.xml
@@ -49,7 +49,7 @@
The class can be used in any container. To explicitly specify a container, use the constructor. A single component typically is used to create ToolTips for multiple controls on a single form. After you create a , use a separate call to the 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 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 method. To remove all ToolTip text associations with an instance of the class, use the method.
> [!NOTE]
-> ToolTip text is not displayed for controls that are disabled. Unless the property is set to `true`, ToolTips are not displayed when their container is inactive.
+> ToolTip text is not displayed for controls that are disabled. Unless the property is set to `true`, ToolTips are not displayed when their container is inactive.
The class provides the following properties and methods to modify the default behavior and appearance of a ToolTip.
@@ -425,10 +425,10 @@
property should only be extended when you are wrapping a standard Windows control class or to set styles not provided by the 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.
+ The property should only be extended when you are wrapping a standard Windows control class or to set styles not provided by the 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).
> [!NOTE]
-> When overriding the property in a derived class, use the base class's property to extend the base implementation.
+> When overriding the property in a derived class, use the base class's property to extend the base implementation.
]]>
@@ -542,7 +542,7 @@
]]>
-
+
@@ -1453,7 +1453,7 @@
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 property. The method will stop this internal timer, causing any displayed ToolTip to be shown modally until the method is called, or the parent form is minimized, hidden, or closed.
+ The class has an internal timer that it uses to set the display duration for ToolTips. Set the duration of the timer through the property. The method stops this internal timer, causing any displayed ToolTip to be shown modally until the method is called or the parent form is minimized, hidden, or closed.
]]>
diff --git a/xml/System.Windows.Media.Animation/Storyboard.xml b/xml/System.Windows.Media.Animation/Storyboard.xml
index f9793c5ac44..a605798f9f2 100644
--- a/xml/System.Windows.Media.Animation/Storyboard.xml
+++ b/xml/System.Windows.Media.Animation/Storyboard.xml
@@ -1717,9 +1717,9 @@
attached property on the specified object. For more information about how storyboard targeting works, see attached property. For more information about how attached properties work, see [Attached Properties Overview](/dotnet/framework/wpf/advanced/attached-properties-overview).
+ This method gets the attached property on the specified object. For more information about how storyboard targeting works, see attached property. For more information about how attached properties work, see [Attached Properties Overview](/dotnet/framework/wpf/advanced/attached-properties-overview).
- Note that if the was set in markup, this method returns an empty because the property reference is resolved and stored internally when it is parsed.
+ Note that if the was set in markup, this method returns an empty because the property reference is resolved and stored internally when it is parsed.
]]>
@@ -2834,7 +2834,7 @@
attached property on the specified object. For more information about how storyboard targeting works, see . For more information about how attached properties work, see [Attached Properties Overview](/dotnet/framework/wpf/advanced/attached-properties-overview).
+ This method sets the attached property on the specified object. For more information about how storyboard targeting works, see . For more information about how attached properties work, see [Attached Properties Overview](/dotnet/framework/wpf/advanced/attached-properties-overview).
]]>
diff --git a/xml/System.Windows.Xps.Packaging/IXpsFixedDocumentReader.xml b/xml/System.Windows.Xps.Packaging/IXpsFixedDocumentReader.xml
index 63e74563461..7972f931b4f 100644
--- a/xml/System.Windows.Xps.Packaging/IXpsFixedDocumentReader.xml
+++ b/xml/System.Windows.Xps.Packaging/IXpsFixedDocumentReader.xml
@@ -278,7 +278,7 @@
Gets a collection of all the signature definitions that are associated with the .
An of signature definitions, typically one for every person who signed or will sign the document.
To be added.
-
+