Skip to content

Commit

Permalink
fixed formatting (#614)
Browse files Browse the repository at this point in the history
* fixed formatting (hopefully)

* Fixed links broken after migration
  • Loading branch information
Ron Petrusha authored Feb 7, 2018
1 parent 9a1e233 commit ed4016d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ In order to conform to RFC 2396, spaces in route paths are now escaped when popu
Code should be updated to unescape string parameters from a route. If the original URI is needed, it can be accessed with the <xref:System.Net.HttpWebRequest.RequestUri>.OriginalString API.

### Affected APIs
* `M:System.Web.Http.RouteAttribute.#ctor(System.String)`
* `M:System.Web.Http.RouteAttribute.%23ctor(System.String)`

### Category
ASP.NET
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ Ssl3 to the list of negotiated protocols.

* <xref:System.ServiceModel.Channels.SslStreamSecurityBindingElement.SslProtocols>
* <xref:System.ServiceModel.TcpTransportSecurity.SslProtocols>
* [\<transport\> section of \<netTcpBinding\>](https://docs.microsoft.com/en-us/dotnet/articles/framework/configure-apps/file-schema/wcf/transport-of-nettcpbinding)
* [\<sslStreamSecurity\> section of \<customBinding\>](https://docs.microsoft.com/en-us/dotnet/articles/framework/configure-apps/file-schema/wcf/sslstreamsecurity)
* [\<transport> section of \<netTcpBinding>](https://docs.microsoft.com/en-us/dotnet/articles/framework/configure-apps/file-schema/wcf/transport-of-nettcpbinding)
* [\<sslStreamSecurity> section of \<customBinding>](https://docs.microsoft.com/en-us/dotnet/articles/framework/configure-apps/file-schema/wcf/sslstreamsecurity)

### Affected APIs
* `P:System.ServiceModel.Channels.SslStreamSecurityBindingElement.SslProtocols`
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Accessibility improvements in Windows Forms controls
## Accessibility improvements in Windows Forms controls

### Scope
Major
Expand Down Expand Up @@ -109,7 +109,7 @@ NOTE: Windows10 has changed values for some high contrast system colors. Windows
### Affected APIs
* `M:System.Windows.Forms.ToolStripDropDownButton.CreateAccessibilityInstance`
* `P:System.Windows.Forms.DomainUpDown.DomainUpDownAccessibleObject.Name`
* `T:System.Windows.Forms.MonthCalendar.MonthCalendarAccessibleObject`
* `T:System.Windows.Forms.MonthCalendar.AccessibilityObject`


### Category
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ NotPlanned
### Change Description
Starting with the .Net Framework 4.7.1, a <xref:System.Windows.Controls.Primitives.Selector> always updates the value of its
<xref:System.Windows.Controls.Primitives.Selector.SelectedValue%2A> property before raising the
<xref:System.Windows.Controls.Primitives.Selector.SelectionChanged%2A> event, when its selection changes.
<xref:System.Windows.Controls.Primitives.Selector.SelectionChanged> event, when its selection changes.
This makes the SelectedValue property consistent with the other selection properties
(<xref:System.Windows.Controls.Primitives.Selector.SelectedItem%2A> and
<xref:System.Windows.Controls.Primitives.Selector.SelectedIndex%2A>), which are updated before raising the event.
Expand Down

0 comments on commit ed4016d

Please sign in to comment.