Skip to content

Commit 727b0d1

Browse files
BillWagnermairawcsharpfritzMikeHillberg
authored
Update live with master (#3892)
* add missing docs (#3882) * Rename RenderTable to RenderOuterTable (#3890) The property name available is RenderOuterTable * Remark for null in UWP (#3771) * Remark for null in UWP Add a remark that in a UWP app you must use String.Empty rather than null for the property name (to indicate a reset). * Update xml/System.ComponentModel/INotifyPropertyChanged.xml Co-Authored-By: Maira Wenzel <[email protected]> Co-authored-by: Maira Wenzel <[email protected]> Co-authored-by: Maira Wenzel <[email protected]> Co-authored-by: Jeffrey T. Fritz <[email protected]> Co-authored-by: MikeHillberg <[email protected]>
1 parent 31b0aae commit 727b0d1

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

xml/System.ComponentModel/INotifyPropertyChanged.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ End Class
390390
<format type="text/markdown"><![CDATA[
391391
392392
## Remarks
393-
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>.
393+
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`.
394394
395395
396396

xml/System.Web.UI.WebControls/FormView.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@
267267
    PagerSettings-PreviousPageImageUrl="uri"
268268
    PagerSettings-PreviousPageText="string"
269269
    PagerSettings-Visible="True|False"
270-
    RenderTable="True|False"
270+
    RenderOuterTable="True|False"
271271
    runat="server"
272272
    SkinID="string"
273273
    Style="string"

xml/System.Windows.Navigation/BaseUriHelper.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@
3232
<AssemblyVersion>4.0.0.0</AssemblyVersion>
3333
</AssemblyInfo>
3434
<Docs>
35-
<summary>To be added.</summary>
35+
<summary>Gets or sets the base uniform resource identifier (URI).</summary>
36+
<value>The base uniform resource identifier (URI).</value>
3637
<remarks>To be added.</remarks>
3738
</Docs>
3839
</Member>

0 commit comments

Comments
 (0)