diff --git a/xml/System.ComponentModel.Composition.Hosting/CompositionContainer.xml b/xml/System.ComponentModel.Composition.Hosting/CompositionContainer.xml
index 0e882323fab..b5a79cffc97 100644
--- a/xml/System.ComponentModel.Composition.Hosting/CompositionContainer.xml
+++ b/xml/System.ComponentModel.Composition.Hosting/CompositionContainer.xml
@@ -55,7 +55,7 @@
]]>
- Attributed Programming Model Overview
+ Attributed Programming Model Overview
@@ -328,7 +328,7 @@
]]>
- Attributed Programming Model Overview
+ Attributed Programming Model Overview
diff --git a/xml/System.ComponentModel.Composition/ExportAttribute.xml b/xml/System.ComponentModel.Composition/ExportAttribute.xml
index dfbfc2904b7..a53b352f0d3 100644
--- a/xml/System.ComponentModel.Composition/ExportAttribute.xml
+++ b/xml/System.ComponentModel.Composition/ExportAttribute.xml
@@ -42,7 +42,7 @@
]]>
- Attributed Programming Model Overview
+ Attributed Programming Model Overview
diff --git a/xml/System.ComponentModel.Composition/ImportAttribute.xml b/xml/System.ComponentModel.Composition/ImportAttribute.xml
index 716e311d75d..4a61b07cdd3 100644
--- a/xml/System.ComponentModel.Composition/ImportAttribute.xml
+++ b/xml/System.ComponentModel.Composition/ImportAttribute.xml
@@ -40,7 +40,7 @@
]]>
- Attributed Programming Model Overview
+ Attributed Programming Model Overview
diff --git a/xml/System.ComponentModel.DataAnnotations.Schema/ForeignKeyAttribute.xml b/xml/System.ComponentModel.DataAnnotations.Schema/ForeignKeyAttribute.xml
index 1a6c244c618..38147cc786f 100644
--- a/xml/System.ComponentModel.DataAnnotations.Schema/ForeignKeyAttribute.xml
+++ b/xml/System.ComponentModel.DataAnnotations.Schema/ForeignKeyAttribute.xml
@@ -77,7 +77,7 @@ The annotation may be placed on the foreign key property and specify the associa
## Remarks
-If you add the `ForeignKey` attribute to a foreign key property, `name` should specify the name of the associated navigation property. If you add the `ForeignKey` attribute to a navigation property, `name` should specify the name of one or more associated foreign keys. If a navigation property has multiple foreign keys, use commas to separate the list of foreign key names. For more information, see [Code First Data Annotations](https://msdn.microsoft.com/library/jj591583(v=vs.113).aspx).
+If you add the `ForeignKey` attribute to a foreign key property, `name` should specify the name of the associated navigation property. If you add the `ForeignKey` attribute to a navigation property, `name` should specify the name of one or more associated foreign keys. If a navigation property has multiple foreign keys, use commas to separate the list of foreign key names. For more information, see [Code First Data Annotations](/ef/ef6/modeling/code-first/data-annotations).
]]>
@@ -116,7 +116,7 @@ If you add the `ForeignKey` attribute to a foreign key property, `name` should s
## Remarks
-If the `ForeignKey` attribute is applied to a foreign key property, the `Name` property specifies the name of the associated navigation property. If the `ForeignKey` attribute is applied to a navigation property, the `Name` property specifies the name of one or more associated foreign keys. If a navigation property has multiple foreign keys, commas separate the list of foreign key names. For more information, see [Code First Data Annotations](https://msdn.microsoft.com/library/jj591583(v=vs.113).aspx).
+If the `ForeignKey` attribute is applied to a foreign key property, the `Name` property specifies the name of the associated navigation property. If the `ForeignKey` attribute is applied to a navigation property, the `Name` property specifies the name of one or more associated foreign keys. If a navigation property has multiple foreign keys, commas separate the list of foreign key names. For more information, see [Code First Data Annotations](/ef/ef6/modeling/code-first/data-annotations).
]]>
diff --git a/xml/System.ComponentModel.Design/DesignSurface.xml b/xml/System.ComponentModel.Design/DesignSurface.xml
index 390c6152808..8837ab728b4 100644
--- a/xml/System.ComponentModel.Design/DesignSurface.xml
+++ b/xml/System.ComponentModel.Design/DesignSurface.xml
@@ -796,7 +796,7 @@
if the **Design-time Error List** is loading; otherwise, .
To be added.
- Design-Time Errors in the Windows Forms Designer
+ Design-Time Errors in the Windows Forms Designer
diff --git a/xml/System.ComponentModel/ProgressChangedEventArgs.xml b/xml/System.ComponentModel/ProgressChangedEventArgs.xml
index 1607ba7c45e..56168fb8107 100644
--- a/xml/System.ComponentModel/ProgressChangedEventArgs.xml
+++ b/xml/System.ComponentModel/ProgressChangedEventArgs.xml
@@ -47,10 +47,10 @@
]]>
- How to: Implement a Component that Supports the Event-based Asynchronous Pattern
+ How to: Implement a Component that Supports the Event-based Asynchronous Pattern
How to: Run an Operation in the Background
- How to: Implement a Form That Uses a Background Operation
- How to: Use Components that Support the Event-based Asynchronous Pattern
+ How to: Implement a Form That Uses a Background Operation
+ How to: Use Components that Support the Event-based Asynchronous Pattern
@@ -95,10 +95,10 @@
Initializes a new instance of the class.
To be added.
- How to: Implement a Component that Supports the Event-based Asynchronous Pattern
+ How to: Implement a Component that Supports the Event-based Asynchronous Pattern
How to: Run an Operation in the Background
- How to: Implement a Form That Uses a Background Operation
- How to: Use Components that Support the Event-based Asynchronous Pattern
+ How to: Implement a Form That Uses a Background Operation
+ How to: Use Components that Support the Event-based Asynchronous Pattern
@@ -158,10 +158,10 @@
]]>
- How to: Implement a Component that Supports the Event-based Asynchronous Pattern
+ How to: Implement a Component that Supports the Event-based Asynchronous Pattern
How to: Run an Operation in the Background
- How to: Implement a Form That Uses a Background Operation
- How to: Use Components that Support the Event-based Asynchronous Pattern
+ How to: Implement a Form That Uses a Background Operation
+ How to: Use Components that Support the Event-based Asynchronous Pattern
@@ -216,10 +216,10 @@
]]>
- How to: Implement a Component that Supports the Event-based Asynchronous Pattern
+ How to: Implement a Component that Supports the Event-based Asynchronous Pattern
How to: Run an Operation in the Background
- How to: Implement a Form That Uses a Background Operation
- How to: Use Components that Support the Event-based Asynchronous Pattern
+ How to: Implement a Form That Uses a Background Operation
+ How to: Use Components that Support the Event-based Asynchronous Pattern
diff --git a/xml/System.ComponentModel/TypeConverter.xml b/xml/System.ComponentModel/TypeConverter.xml
index 238556404e4..f748abc27d1 100644
--- a/xml/System.ComponentModel/TypeConverter.xml
+++ b/xml/System.ComponentModel/TypeConverter.xml
@@ -109,10 +109,10 @@
- Type Converters for XAML Overview
- XAML-Related CLR Attributes For Custom Types and Libraries
- Defining Custom Types for Use with .NET Framework XAML Services
- NET XAML Services Conceptual Documentation
+ Type Converters for XAML Overview
+ XAML-Related CLR Attributes For Custom Types and Libraries
+ Defining Custom Types for Use with .NET Framework XAML Services
+ NET XAML Services Conceptual Documentation
@@ -508,7 +508,7 @@
For implementation patterns for type converters that are used to support XAML and custom types, see [Type Converters for XAML Overview](/dotnet/framework/xaml-services/type-converters-for-xaml-overview).
- Type Converters for XAML Overview
+ Type Converters for XAML Overview
@@ -942,7 +942,7 @@
For implementation patterns for type converters that are used to support XAML and custom types, see [Type Converters for XAML Overview](/dotnet/framework/xaml-services/type-converters-for-xaml-overview).
- Type Converters for XAML Overview
+ Type Converters for XAML Overview
diff --git a/xml/System.ComponentModel/TypeConverterAttribute.xml b/xml/System.ComponentModel/TypeConverterAttribute.xml
index 231002b921c..a352608b98b 100644
--- a/xml/System.ComponentModel/TypeConverterAttribute.xml
+++ b/xml/System.ComponentModel/TypeConverterAttribute.xml
@@ -80,9 +80,9 @@
]]>
- XAML-Related CLR Attributes For Custom Types and Libraries
- Defining Custom Types for Use with .NET Framework XAML Services
- NET XAML Services Conceptual Documentation
+ XAML-Related CLR Attributes For Custom Types and Libraries
+ Defining Custom Types for Use with .NET Framework XAML Services
+ XAML Services
diff --git a/xml/System.ComponentModel/TypeDescriptor.xml b/xml/System.ComponentModel/TypeDescriptor.xml
index 03bc148eb8d..1660450dea8 100644
--- a/xml/System.ComponentModel/TypeDescriptor.xml
+++ b/xml/System.ComponentModel/TypeDescriptor.xml
@@ -66,7 +66,7 @@
Type Descriptor Overview
- Reflection
+ Reflection
diff --git a/xml/System.ComponentModel/Win32Exception.xml b/xml/System.ComponentModel/Win32Exception.xml
index 5aa6c076851..003bce835c7 100644
--- a/xml/System.ComponentModel/Win32Exception.xml
+++ b/xml/System.ComponentModel/Win32Exception.xml
@@ -58,7 +58,7 @@
to access the numeric representation of the error code associated with this exception. For more information about the error codes, see "Win32 Error Codes" in the Platform SDK documentation at [https://msdn.microsoft.com](https://msdn.microsoft.com/).
+ Win32 error codes are translated from their numeric representations into a system message when they are displayed. Use to access the numeric representation of the error code associated with this exception. For more information about the error codes, see [Win32 Error Codes](https://docs.microsoft.com/openspecs/windows_protocols/ms-erref/18d8fbe8-a967-4f1c-ae50-99ca8e491d2d).
diff --git a/xml/System.Configuration/ApplicationSettingsBase.xml b/xml/System.Configuration/ApplicationSettingsBase.xml
index 4a36cbc8d5b..f8dba877b81 100644
--- a/xml/System.Configuration/ApplicationSettingsBase.xml
+++ b/xml/System.Configuration/ApplicationSettingsBase.xml
@@ -88,7 +88,7 @@
- Application Settings for Windows Forms
+ Application Settings for Windows Forms
@@ -1039,7 +1039,7 @@
- How to: Validate Application Settings
+ How to: Validate Application Settings
diff --git a/xml/System.Configuration/ClientSettingsSection.xml b/xml/System.Configuration/ClientSettingsSection.xml
index 09a5d9268c8..bd9c6ab45ca 100644
--- a/xml/System.Configuration/ClientSettingsSection.xml
+++ b/xml/System.Configuration/ClientSettingsSection.xml
@@ -40,7 +40,7 @@
- Application Settings for Windows Forms
+ Application Settings for Windows Forms
diff --git a/xml/System.Configuration/DefaultSettingValueAttribute.xml b/xml/System.Configuration/DefaultSettingValueAttribute.xml
index 856b6e21e2f..8386a8be459 100644
--- a/xml/System.Configuration/DefaultSettingValueAttribute.xml
+++ b/xml/System.Configuration/DefaultSettingValueAttribute.xml
@@ -60,7 +60,7 @@
- Application Settings for Windows Forms
+ Application Settings for Windows Forms
diff --git a/xml/System.Configuration/IPersistComponentSettings.xml b/xml/System.Configuration/IPersistComponentSettings.xml
index 19808c91616..c3182f87604 100644
--- a/xml/System.Configuration/IPersistComponentSettings.xml
+++ b/xml/System.Configuration/IPersistComponentSettings.xml
@@ -30,7 +30,7 @@
]]>
- Application Settings for Custom Controls
+ Application Settings for Custom Controls
@@ -279,7 +279,7 @@
- Application Settings for Custom Controls
+ Application Settings for Custom Controls
diff --git a/xml/System.Configuration/ISettingsProviderService.xml b/xml/System.Configuration/ISettingsProviderService.xml
index ba5613c5d01..ae51a3f7de8 100644
--- a/xml/System.Configuration/ISettingsProviderService.xml
+++ b/xml/System.Configuration/ISettingsProviderService.xml
@@ -36,7 +36,7 @@
- Application Settings for Custom Controls
+ Application Settings for Custom Controls
diff --git a/xml/System.Configuration/SettingsManageabilityAttribute.xml b/xml/System.Configuration/SettingsManageabilityAttribute.xml
index 9b47fd7f86e..e4e36d07321 100644
--- a/xml/System.Configuration/SettingsManageabilityAttribute.xml
+++ b/xml/System.Configuration/SettingsManageabilityAttribute.xml
@@ -41,7 +41,7 @@
- Application Settings for Windows Forms
+ Application Settings for Windows Forms
diff --git a/xml/System.Configuration/SettingsPropertyValue.xml b/xml/System.Configuration/SettingsPropertyValue.xml
index a18158d9831..3ce191db7a5 100644
--- a/xml/System.Configuration/SettingsPropertyValue.xml
+++ b/xml/System.Configuration/SettingsPropertyValue.xml
@@ -118,7 +118,7 @@
]]>
- How to: Deserialize an Object
+ How to: Deserialize an Object
diff --git a/xml/System.Data/EnumerableRowCollection.xml b/xml/System.Data/EnumerableRowCollection.xml
index 061fb0b05de..2bf97fff0ed 100644
--- a/xml/System.Data/EnumerableRowCollection.xml
+++ b/xml/System.Data/EnumerableRowCollection.xml
@@ -49,7 +49,7 @@
- LINQ to DataSet
+ LINQ to DataSet
diff --git a/xml/System.Data/EnumerableRowCollection`1.xml b/xml/System.Data/EnumerableRowCollection`1.xml
index 4d3dd3310af..dc88b887b5e 100644
--- a/xml/System.Data/EnumerableRowCollection`1.xml
+++ b/xml/System.Data/EnumerableRowCollection`1.xml
@@ -57,7 +57,7 @@
- LINQ to DataSet
+ LINQ to DataSet
diff --git a/xml/System.Data/OrderedEnumerableRowCollection`1.xml b/xml/System.Data/OrderedEnumerableRowCollection`1.xml
index 68123bf6ba5..2ebff96b38c 100644
--- a/xml/System.Data/OrderedEnumerableRowCollection`1.xml
+++ b/xml/System.Data/OrderedEnumerableRowCollection`1.xml
@@ -52,7 +52,7 @@
- LINQ to DataSet
+ LINQ to DataSet