Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion xml/System.ComponentModel/INotifyPropertyChanged.xml
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ End Class
<format type="text/markdown"><![CDATA[

## Remarks
The <xref:System.ComponentModel.INotifyPropertyChanged.PropertyChanged> event can indicate all properties on the object have changed by using either `null` or <xref:System.String.Empty?displayProperty=nameWithType> as the property name in the <xref:System.ComponentModel.PropertyChangedEventArgs>.
The <xref:System.ComponentModel.INotifyPropertyChanged.PropertyChanged> event can indicate all properties on the object have changed by using either `null` or <xref:System.String.Empty?displayProperty=nameWithType> as the property name in the <xref:System.ComponentModel.PropertyChangedEventArgs>. Note that in a UWP application, <xref:System.String.Empty?displayProperty=nameWithType> must be used rather than `null`.



Expand Down
2 changes: 1 addition & 1 deletion xml/System.Web.UI.WebControls/FormView.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
3 changes: 2 additions & 1 deletion xml/System.Windows.Navigation/BaseUriHelper.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Docs>
<summary>To be added.</summary>
<summary>Gets or sets the base uniform resource identifier (URI).</summary>
<value>The base uniform resource identifier (URI).</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
Expand Down