diff --git a/xml/System.ComponentModel/INotifyPropertyChanged.xml b/xml/System.ComponentModel/INotifyPropertyChanged.xml index be7ad7bd9dd..f2127202471 100644 --- a/xml/System.ComponentModel/INotifyPropertyChanged.xml +++ b/xml/System.ComponentModel/INotifyPropertyChanged.xml @@ -390,7 +390,7 @@ End Class event can indicate all properties on the object have changed by using either `null` or as the property name in the . + The event can indicate all properties on the object have changed by using either `null` or as the property name in the . Note that in a UWP application, must be used rather than `null`. diff --git a/xml/System.Web.UI.WebControls/FormView.xml b/xml/System.Web.UI.WebControls/FormView.xml index d94e850dc92..4ac727afa5c 100644 --- a/xml/System.Web.UI.WebControls/FormView.xml +++ b/xml/System.Web.UI.WebControls/FormView.xml @@ -267,7 +267,7 @@     PagerSettings-PreviousPageImageUrl="uri"     PagerSettings-PreviousPageText="string"     PagerSettings-Visible="True|False" -    RenderTable="True|False" +    RenderOuterTable="True|False"     runat="server"     SkinID="string"     Style="string" diff --git a/xml/System.Windows.Navigation/BaseUriHelper.xml b/xml/System.Windows.Navigation/BaseUriHelper.xml index 8eb081261f8..b0c2479a3b2 100644 --- a/xml/System.Windows.Navigation/BaseUriHelper.xml +++ b/xml/System.Windows.Navigation/BaseUriHelper.xml @@ -32,7 +32,8 @@ 4.0.0.0 - To be added. + Gets or sets the base uniform resource identifier (URI). + The base uniform resource identifier (URI). To be added.