summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJason Smith <jason.smith@xamarin.com>2016-08-30 22:01:42 -0700
committerJason Smith <jason.smith@xamarin.com>2016-08-30 22:01:42 -0700
commit1d87e80d2554b7eb6b4e059526c8abfed603d5db (patch)
tree2a8a0c78d1d9c9dbd09e55e6c0e316643416d129 /docs
parentd8f9444ddb3e49b408a5431acf6fa43a226c434e (diff)
downloadxamarin-forms-1d87e80d2554b7eb6b4e059526c8abfed603d5db.tar.gz
xamarin-forms-1d87e80d2554b7eb6b4e059526c8abfed603d5db.tar.bz2
xamarin-forms-1d87e80d2554b7eb6b4e059526c8abfed603d5db.zip
Fix docs
Diffstat (limited to 'docs')
-rw-r--r--docs/Xamarin.Forms.Core/Xamarin.Forms/Easing.xml6
-rw-r--r--docs/Xamarin.Forms.Core/Xamarin.Forms/Effect.xml4
-rw-r--r--docs/Xamarin.Forms.Core/Xamarin.Forms/GridLength.xml3
-rw-r--r--docs/Xamarin.Forms.Core/Xamarin.Forms/ListView.xml16
-rw-r--r--docs/Xamarin.Forms.Core/Xamarin.Forms/Page.xml4
-rw-r--r--docs/Xamarin.Forms.Pages/Xamarin.Forms.Pages/BaseDataSource.xml18
-rw-r--r--docs/Xamarin.Forms.Pages/Xamarin.Forms.Pages/CompoundCollection.xml24
-rw-r--r--docs/Xamarin.Forms.Pages/Xamarin.Forms.Pages/DataItem.xml18
-rw-r--r--docs/Xamarin.Forms.Pages/Xamarin.Forms.Pages/DataView.xml8
-rw-r--r--docs/Xamarin.Forms.Pages/Xamarin.Forms.Pages/IDataItem.xml8
-rw-r--r--docs/Xamarin.Forms.Pages/Xamarin.Forms.Pages/IDataSource.xml3
-rw-r--r--docs/Xamarin.Forms.Pages/Xamarin.Forms.Pages/IDataSourceProvider.xml8
-rw-r--r--docs/Xamarin.Forms.Pages/Xamarin.Forms.Pages/JsonDataSource.xml7
-rw-r--r--docs/Xamarin.Forms.Pages/Xamarin.Forms.Pages/ListItemControl.xml28
-rw-r--r--docs/Xamarin.Forms.Pages/Xamarin.Forms.Pages/PersonDetailPage.xml2
-rw-r--r--docs/Xamarin.Forms.Pages/Xamarin.Forms.Pages/UriJsonSource.xml2
-rw-r--r--docs/Xamarin.Forms.Pages/index.xml8
17 files changed, 107 insertions, 60 deletions
diff --git a/docs/Xamarin.Forms.Core/Xamarin.Forms/Easing.xml b/docs/Xamarin.Forms.Core/Xamarin.Forms/Easing.xml
index 599aff3e..82ce9196 100644
--- a/docs/Xamarin.Forms.Core/Xamarin.Forms/Easing.xml
+++ b/docs/Xamarin.Forms.Core/Xamarin.Forms/Easing.xml
@@ -179,9 +179,11 @@
<ReturnType>Xamarin.Forms.Easing</ReturnType>
</ReturnValue>
<Docs>
- <summary><para>Jumps towards, and then bounces as it settles at the final value.</para></summary>
+ <summary>
+ <para>Jumps towards, and then bounces as it settles at the final value.</para>
+ </summary>
<remarks>
- <img href="Easing.BounceIn.png" />
+ <img href="Easing.BounceIn.png" />
</remarks>
</Docs>
</Member>
diff --git a/docs/Xamarin.Forms.Core/Xamarin.Forms/Effect.xml b/docs/Xamarin.Forms.Core/Xamarin.Forms/Effect.xml
index 22a25cf9..7dc0d014 100644
--- a/docs/Xamarin.Forms.Core/Xamarin.Forms/Effect.xml
+++ b/docs/Xamarin.Forms.Core/Xamarin.Forms/Effect.xml
@@ -11,7 +11,9 @@
<Interfaces />
<Docs>
<summary>A collection of styles and properties that can be added to an element at run time.</summary>
- <remarks><para>Effects are suitable when the developer needs to use platform-specific features to achieve the desired effect. Developers should consider using <see cref="T:Xamarin.Forms.Behavior" /> if they do not need platform-specific implentations to achieve their desired result.</para></remarks>
+ <remarks>
+ <para>Effects are suitable when the developer needs to use platform-specific features to achieve the desired effect. Developers should consider using <see cref="T:Xamarin.Forms.Behavior" /> if they do not need platform-specific implentations to achieve their desired result.</para>
+ </remarks>
</Docs>
<Members>
<Member MemberName="Element">
diff --git a/docs/Xamarin.Forms.Core/Xamarin.Forms/GridLength.xml b/docs/Xamarin.Forms.Core/Xamarin.Forms/GridLength.xml
index 506a6af7..ceeb24f5 100644
--- a/docs/Xamarin.Forms.Core/Xamarin.Forms/GridLength.xml
+++ b/docs/Xamarin.Forms.Core/Xamarin.Forms/GridLength.xml
@@ -282,7 +282,8 @@
</ReturnValue>
<Docs>
<summary>A ready to reuse GridLength of GridUnitType.Star with a Value of 1.</summary>
- <value></value>
+ <value>
+ </value>
<remarks>If a Value other than 1 is needed with GridUnitType.Star, then use the constructor GridLength (value, GridUnitType.Star).</remarks>
</Docs>
</Member>
diff --git a/docs/Xamarin.Forms.Core/Xamarin.Forms/ListView.xml b/docs/Xamarin.Forms.Core/Xamarin.Forms/ListView.xml
index f1fb11dd..56521a0d 100644
--- a/docs/Xamarin.Forms.Core/Xamarin.Forms/ListView.xml
+++ b/docs/Xamarin.Forms.Core/Xamarin.Forms/ListView.xml
@@ -1038,6 +1038,22 @@ ListView CreateListView()
<remarks>To be added.</remarks>
</Docs>
</Member>
+ <Member MemberName="OnBindingContextChanged">
+ <MemberSignature Language="C#" Value="protected override void OnBindingContextChanged ();" />
+ <MemberSignature Language="ILAsm" Value=".method familyhidebysig virtual instance void OnBindingContextChanged() cil managed" />
+ <MemberType>Method</MemberType>
+ <AssemblyInfo>
+ <AssemblyVersion>2.0.0.0</AssemblyVersion>
+ </AssemblyInfo>
+ <ReturnValue>
+ <ReturnType>System.Void</ReturnType>
+ </ReturnValue>
+ <Parameters />
+ <Docs>
+ <summary>To be added.</summary>
+ <remarks>To be added.</remarks>
+ </Docs>
+ </Member>
<Member MemberName="OnSizeRequest">
<MemberSignature Language="C#" Value="protected override Xamarin.Forms.SizeRequest OnSizeRequest (double widthConstraint, double heightConstraint);" />
<MemberSignature Language="ILAsm" Value=".method familyhidebysig virtual instance valuetype Xamarin.Forms.SizeRequest OnSizeRequest(float64 widthConstraint, float64 heightConstraint) cil managed" />
diff --git a/docs/Xamarin.Forms.Core/Xamarin.Forms/Page.xml b/docs/Xamarin.Forms.Core/Xamarin.Forms/Page.xml
index 44d7955f..72a07609 100644
--- a/docs/Xamarin.Forms.Core/Xamarin.Forms/Page.xml
+++ b/docs/Xamarin.Forms.Core/Xamarin.Forms/Page.xml
@@ -383,7 +383,9 @@ namespace MyFirstFormsApp.WinPhone
<param name="buttons">Text labels for additional buttons. Must not be <see langword="null" />.</param>
<summary>Displays a native platform action sheet, allowing the application user to choose from several buttons.</summary>
<returns>An awaitable Task that displays an action sheet and returns the Text of the button pressed by the user.</returns>
- <remarks><para>Developers should be aware that Windows' line endings, CR-LF, only work on Windows systems, and are incompatible with iOS and Android. A particular consequence of this is that characters that appear after a CR-LF, (For example, in the title.) may not be displayed on non-Windows platforms. Developers must use the correct line endings for each of the targeted systems.</para></remarks>
+ <remarks>
+ <para>Developers should be aware that Windows' line endings, CR-LF, only work on Windows systems, and are incompatible with iOS and Android. A particular consequence of this is that characters that appear after a CR-LF, (For example, in the title.) may not be displayed on non-Windows platforms. Developers must use the correct line endings for each of the targeted systems.</para>
+ </remarks>
</Docs>
</Member>
<Member MemberName="DisplayAlert">
diff --git a/docs/Xamarin.Forms.Pages/Xamarin.Forms.Pages/BaseDataSource.xml b/docs/Xamarin.Forms.Pages/Xamarin.Forms.Pages/BaseDataSource.xml
index 4d86de5d..9d7b8946 100644
--- a/docs/Xamarin.Forms.Pages/Xamarin.Forms.Pages/BaseDataSource.xml
+++ b/docs/Xamarin.Forms.Pages/Xamarin.Forms.Pages/BaseDataSource.xml
@@ -98,8 +98,9 @@
<ReturnType>System.Boolean</ReturnType>
</ReturnValue>
<Docs>
- <summary>Gets a value that is <see langword="true" /> if the data is loading, or <see langword="false" /> if it is finished loading or has not begun to load.</summary>
- <value><see langword="true" /> if the data is loading, or <see langword="false" /> if it is finished loading or has not begun to load.</value>
+ <summary>Gets a value that is <see langword="true" /> if the data is loading, or <see langword="false" /> if it is finished loading or has not begun to load.</summary>
+ <value>
+ <see langword="true" /> if the data is loading, or <see langword="false" /> if it is finished loading or has not begun to load.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
@@ -117,9 +118,9 @@
<Parameter Name="key" Type="System.String" />
</Parameters>
<Docs>
- <param name="key">The key for the data item to get or set.</param>
- <summary>Gets or sets the data item that is identified by <paramref nam="key" />.</summary>
- <value>The data item that is identified by <paramref nam="key" />.</value>>
+ <param name="key">The key for the data item to get or set.</param>
+ <summary>Gets or sets the data item that is identified by <paramref nam="key" />.</summary>
+ <value>The data item that is identified by <paramref nam="key" />.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
@@ -166,7 +167,8 @@
<param name="key">The identifier for the data item to change.</param>
<param name="value">The new value.</param>
<summary>Sets the data that is identified by <paramref name="key" /> to <paramref name="value" /> and calls the <see cref="M:Xamarin.Forms.Pages.BaseDataSource.OnPropertyChanged" /> method if <paramref name="value" /> is different from the current value.</summary>
- <returns><see langword="false" /> if the new value is the same as the old value. Otherwise, <see langword="true" />.</returns>
+ <returns>
+ <see langword="false" /> if the new value is the same as the old value. Otherwise, <see langword="true" />.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
@@ -198,7 +200,7 @@
<AttributeName>System.Diagnostics.DebuggerStepThrough</AttributeName>
</Attribute>
<Attribute>
- <AttributeName>System.Runtime.CompilerServices.AsyncStateMachine(typeof(Xamarin.Forms.Pages.BaseDataSource/&lt;Xamarin_Forms_Pages_IDataSource_MaskKey&gt;c__async0))</AttributeName>
+ <AttributeName>System.Runtime.CompilerServices.AsyncStateMachine(typeof(Xamarin.Forms.Pages.BaseDataSource/&lt;Xamarin-Forms-Pages-IDataSource-MaskKey&gt;d__13))</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
@@ -225,7 +227,7 @@
<AttributeName>System.Diagnostics.DebuggerStepThrough</AttributeName>
</Attribute>
<Attribute>
- <AttributeName>System.Runtime.CompilerServices.AsyncStateMachine(typeof(Xamarin.Forms.Pages.BaseDataSource/&lt;Xamarin_Forms_Pages_IDataSource_UnmaskKey&gt;c__async1))</AttributeName>
+ <AttributeName>System.Runtime.CompilerServices.AsyncStateMachine(typeof(Xamarin.Forms.Pages.BaseDataSource/&lt;Xamarin-Forms-Pages-IDataSource-UnmaskKey&gt;d__14))</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
diff --git a/docs/Xamarin.Forms.Pages/Xamarin.Forms.Pages/CompoundCollection.xml b/docs/Xamarin.Forms.Pages/Xamarin.Forms.Pages/CompoundCollection.xml
index a6705858..e5c86b97 100644
--- a/docs/Xamarin.Forms.Pages/Xamarin.Forms.Pages/CompoundCollection.xml
+++ b/docs/Xamarin.Forms.Pages/Xamarin.Forms.Pages/CompoundCollection.xml
@@ -117,7 +117,8 @@
<Docs>
<param name="value">The value to check.</param>
<summary>Returns <see langword="true" /> if <paramref name="value" /> is contained in the compound collection. Otherwise, returns <see langword="false" />.</summary>
- <returns><see langword="true" /> if <paramref name="value" /> is contained in the compound collection. Otherwise, <see langword="false" />.</returns>
+ <returns>
+ <see langword="true" /> if <paramref name="value" /> is contained in the compound collection. Otherwise, <see langword="false" />.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
@@ -165,6 +166,11 @@
<AssemblyInfo>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
</AssemblyInfo>
+ <Attributes>
+ <Attribute>
+ <AttributeName>System.Runtime.CompilerServices.IteratorStateMachine(typeof(Xamarin.Forms.Pages.CompoundCollection/&lt;GetEnumerator&gt;d__18))</AttributeName>
+ </Attribute>
+ </Attributes>
<ReturnValue>
<ReturnType>System.Collections.IEnumerator</ReturnType>
</ReturnValue>
@@ -228,7 +234,8 @@
</ReturnValue>
<Docs>
<summary>Returns <see langword="false" />.</summary>
- <value><see langword="false" />.</value>
+ <value>
+ <see langword="false" />.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
@@ -243,8 +250,9 @@
<ReturnType>System.Boolean</ReturnType>
</ReturnValue>
<Docs>
- <summary>Returns <see langword="true" />.</summary>
- <value><see langword="true" />.</value>
+ <summary>Returns <see langword="true" />.</summary>
+ <value>
+ <see langword="true" />.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
@@ -259,8 +267,9 @@
<ReturnType>System.Boolean</ReturnType>
</ReturnValue>
<Docs>
- <summary>Returns <see langword="false" />.</summary>
- <value><see langword="false" />.</value>
+ <summary>Returns <see langword="false" />.</summary>
+ <value>
+ <see langword="false" />.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
@@ -381,7 +390,8 @@
</ReturnValue>
<Docs>
<summary>Returns <see langword="null" />.</summary>
- <value><see langword="null" />.</value>
+ <value>
+ <see langword="null" />.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
diff --git a/docs/Xamarin.Forms.Pages/Xamarin.Forms.Pages/DataItem.xml b/docs/Xamarin.Forms.Pages/Xamarin.Forms.Pages/DataItem.xml
index 6ae299be..0c10006a 100644
--- a/docs/Xamarin.Forms.Pages/Xamarin.Forms.Pages/DataItem.xml
+++ b/docs/Xamarin.Forms.Pages/Xamarin.Forms.Pages/DataItem.xml
@@ -68,7 +68,8 @@
<Docs>
<param name="obj">The object to compare to the current object.</param>
<summary>Returns <see langword="true" /> if <paramref name="obj" /> is the same object as the current data item, or if it is another <see cref="T:Xamarin.Forms.Pages.DataItem" /> that contains the same name and value. Otherwise, returns <see langword="false" />.</summary>
- <returns><see langword="true" /> if <paramref name="obj" /> is the same object as the current data item, or if it is another <see cref="T:Xamarin.Forms.Pages.DataItem" /> that contains the same name and value. Otherwise, <see langword="false" />.</returns>
+ <returns>
+ <see langword="true" /> if <paramref name="obj" /> is the same object as the current data item, or if it is another <see cref="T:Xamarin.Forms.Pages.DataItem" /> that contains the same name and value. Otherwise, <see langword="false" />.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
@@ -88,7 +89,8 @@
<Docs>
<param name="other">The <see cref="T:Xamarin.Forms.Pages.DataItem" /> to compare to the current object.</param>
<summary>Returns <see langword="true" /> if <paramref name="other" /> contains the same name and value. Otherwise, returns <see langword="false" />.</summary>
- <returns><see langword="true" /> if <paramref name="other" /> contains the same name and value. Otherwise, <see langword="false" />.</returns>
+ <returns>
+ <see langword="true" /> if <paramref name="other" /> contains the same name and value. Otherwise, <see langword="false" />.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
@@ -168,7 +170,8 @@
<param name="left">The first <see cref="T:Xamarin.Forms.Pages.DataItem" /> to compare.</param>
<param name="right">The second <see cref="T:Xamarin.Forms.Pages.DataItem" /> to compare.</param>
<summary>Returns <see langword="true" /> if <paramref name="left" /> and <paramref name="right" /> are the same object, or if they have the same name and value. Otherwise, returns <see langword="false" />.</summary>
- <returns><see langword="true" /> if <paramref name="left" /> and <paramref name="right" /> are the same object, or if they have the same name and value. Otherwise, <see langword="false" />.</returns>
+ <returns>
+ <see langword="true" /> if <paramref name="left" /> and <paramref name="right" /> are the same object, or if they have the same name and value. Otherwise, <see langword="false" />.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
@@ -187,10 +190,11 @@
<Parameter Name="right" Type="Xamarin.Forms.Pages.DataItem" />
</Parameters>
<Docs>
- <param name="left">The first <see cref="T:Xamarin.Forms.Pages.DataItem" /> to compare.</param>
- <param name="right">The second <see cref="T:Xamarin.Forms.Pages.DataItem" /> to compare.</param>
- <summary>Returns <see langword="true" /> if <paramref name="left" /> and <paramref name="right" /> are not the same object, or if they are the same object, but have different names or values. Otherwise, returns <see langword="false" />.</summary>
- <returns><see langword="true" /> if <paramref name="left" /> and <paramref name="right" /> are not the same object, or if they are the same object, but have different names or values. Otherwise, <see langword="false" />.</returns>
+ <param name="left">The first <see cref="T:Xamarin.Forms.Pages.DataItem" /> to compare.</param>
+ <param name="right">The second <see cref="T:Xamarin.Forms.Pages.DataItem" /> to compare.</param>
+ <summary>Returns <see langword="true" /> if <paramref name="left" /> and <paramref name="right" /> are not the same object, or if they are the same object, but have different names or values. Otherwise, returns <see langword="false" />.</summary>
+ <returns>
+ <see langword="true" /> if <paramref name="left" /> and <paramref name="right" /> are not the same object, or if they are the same object, but have different names or values. Otherwise, <see langword="false" />.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
diff --git a/docs/Xamarin.Forms.Pages/Xamarin.Forms.Pages/DataView.xml b/docs/Xamarin.Forms.Pages/Xamarin.Forms.Pages/DataView.xml
index 92a10c2c..20e7417c 100644
--- a/docs/Xamarin.Forms.Pages/Xamarin.Forms.Pages/DataView.xml
+++ b/docs/Xamarin.Forms.Pages/Xamarin.Forms.Pages/DataView.xml
@@ -138,8 +138,8 @@
<Parameter Name="key" Type="System.String" />
</Parameters>
<Docs>
- <param name="key">The key for the data item to block from the application.</param>
- <summary>Prevents the data item that is identified by <paramref name="key" /> from being available to the application.</summary>
+ <param name="key">The key for the data item to block from the application.</param>
+ <summary>Prevents the data item that is identified by <paramref name="key" /> from being available to the application.</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
@@ -157,8 +157,8 @@
<Parameter Name="key" Type="System.String" />
</Parameters>
<Docs>
- <param name="key">The key for the data item to unblock from the application</param>
- <summary>Makes the previously masked data item that is identified by <paramref name="key" /> available to the application</summary>
+ <param name="key">The key for the data item to unblock from the application</param>
+ <summary>Makes the previously masked data item that is identified by <paramref name="key" /> available to the application</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
diff --git a/docs/Xamarin.Forms.Pages/Xamarin.Forms.Pages/IDataItem.xml b/docs/Xamarin.Forms.Pages/Xamarin.Forms.Pages/IDataItem.xml
index 876d6b07..584557f9 100644
--- a/docs/Xamarin.Forms.Pages/Xamarin.Forms.Pages/IDataItem.xml
+++ b/docs/Xamarin.Forms.Pages/Xamarin.Forms.Pages/IDataItem.xml
@@ -22,8 +22,8 @@
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
- <summary>Gets or sets the name of the data item.</summary>
- <value>The name of the data item.</value>
+ <summary>Gets or sets the name of the data item.</summary>
+ <value>The name of the data item.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
@@ -38,8 +38,8 @@
<ReturnType>System.Object</ReturnType>
</ReturnValue>
<Docs>
- <summary>Gets or sets the value of the data item.</summary>
- <value>The value of the data item.</value>
+ <summary>Gets or sets the value of the data item.</summary>
+ <value>The value of the data item.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
diff --git a/docs/Xamarin.Forms.Pages/Xamarin.Forms.Pages/IDataSource.xml b/docs/Xamarin.Forms.Pages/Xamarin.Forms.Pages/IDataSource.xml
index 801468d8..0dcd306d 100644
--- a/docs/Xamarin.Forms.Pages/Xamarin.Forms.Pages/IDataSource.xml
+++ b/docs/Xamarin.Forms.Pages/Xamarin.Forms.Pages/IDataSource.xml
@@ -39,7 +39,8 @@
</ReturnValue>
<Docs>
<summary>Gets a value that is <see langword="true" /> if the data is loading, or <see langword="false" /> if it is finished loading or has not begun to load.</summary>
- <value><see langword="true" /> if the data is loading, or <see langword="false" /> if it is finished loading or has not begun to load.</value>
+ <value>
+ <see langword="true" /> if the data is loading, or <see langword="false" /> if it is finished loading or has not begun to load.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
diff --git a/docs/Xamarin.Forms.Pages/Xamarin.Forms.Pages/IDataSourceProvider.xml b/docs/Xamarin.Forms.Pages/Xamarin.Forms.Pages/IDataSourceProvider.xml
index c4a13ddd..d3900bc9 100644
--- a/docs/Xamarin.Forms.Pages/Xamarin.Forms.Pages/IDataSourceProvider.xml
+++ b/docs/Xamarin.Forms.Pages/Xamarin.Forms.Pages/IDataSourceProvider.xml
@@ -41,8 +41,8 @@
<Parameter Name="key" Type="System.String" />
</Parameters>
<Docs>
- <param name="key">The key for the data item to block from the application.</param>
- <summary>Prevents the data item that is identified by <paramref name="key" /> from being available to the application.</summary>
+ <param name="key">The key for the data item to block from the application.</param>
+ <summary>Prevents the data item that is identified by <paramref name="key" /> from being available to the application.</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
@@ -60,8 +60,8 @@
<Parameter Name="key" Type="System.String" />
</Parameters>
<Docs>
- <param name="key">The key for the data item to unblock from the application</param>
- <summary>Makes the previously masked data item that is identified by <paramref name="key" /> available to the application</summary>
+ <param name="key">The key for the data item to unblock from the application</param>
+ <summary>Makes the previously masked data item that is identified by <paramref name="key" /> available to the application</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
diff --git a/docs/Xamarin.Forms.Pages/Xamarin.Forms.Pages/JsonDataSource.xml b/docs/Xamarin.Forms.Pages/Xamarin.Forms.Pages/JsonDataSource.xml
index 48430f67..75858a46 100644
--- a/docs/Xamarin.Forms.Pages/Xamarin.Forms.Pages/JsonDataSource.xml
+++ b/docs/Xamarin.Forms.Pages/Xamarin.Forms.Pages/JsonDataSource.xml
@@ -39,7 +39,7 @@
<AttributeName>System.Diagnostics.DebuggerStepThrough</AttributeName>
</Attribute>
<Attribute>
- <AttributeName>System.Runtime.CompilerServices.AsyncStateMachine(typeof(Xamarin.Forms.Pages.JsonDataSource/&lt;GetRawData&gt;c__async0))</AttributeName>
+ <AttributeName>System.Runtime.CompilerServices.AsyncStateMachine(typeof(Xamarin.Forms.Pages.JsonDataSource/&lt;GetRawData&gt;d__9))</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
@@ -89,8 +89,9 @@
<Docs>
<param name="key">The key to add or modify.</param>
<param name="value">The value to assign.</param>
- <summary>Assigns the data that is identified by <paramref name="key"/> to <paramref name="value" />, creating it if it does not exist.</summary>
- <returns><see langword="true" /> if an existing value was modified, or if a new value was assigned to a value other than <parmamref name="null" />. Otherwise, <see langword="false" />.</returns>
+ <summary>Assigns the data that is identified by <paramref name="key" /> to <paramref name="value" />, creating it if it does not exist.</summary>
+ <returns>
+ <see langword="true" /> if an existing value was modified, or if a new value was assigned to a value other than <parmamref name="null" />. Otherwise, <see langword="false" />.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
diff --git a/docs/Xamarin.Forms.Pages/Xamarin.Forms.Pages/ListItemControl.xml b/docs/Xamarin.Forms.Pages/Xamarin.Forms.Pages/ListItemControl.xml
index ed8fc5b0..83f90404 100644
--- a/docs/Xamarin.Forms.Pages/Xamarin.Forms.Pages/ListItemControl.xml
+++ b/docs/Xamarin.Forms.Pages/Xamarin.Forms.Pages/ListItemControl.xml
@@ -38,8 +38,8 @@
<ReturnType>Xamarin.Forms.Aspect</ReturnType>
</ReturnValue>
<Docs>
- <summary>Gets or sets the image aspect, which controls clipping and filling when the image size does not match the view size.</summary>
- <value>The image aspect, which controls clipping and filling when the image size does not match the view size.</value>
+ <summary>Gets or sets the image aspect, which controls clipping and filling when the image size does not match the view size.</summary>
+ <value>The image aspect, which controls clipping and filling when the image size does not match the view size.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
@@ -54,7 +54,7 @@
<ReturnType>Xamarin.Forms.BindableProperty</ReturnType>
</ReturnValue>
<Docs>
- <summary>Backing store for the <see cref="P:Xamarin.Forms.Pages.ListItemControl.Aspect" /> property.</summary>
+ <summary>Backing store for the <see cref="P:Xamarin.Forms.Pages.ListItemControl.Aspect" /> property.</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
@@ -69,8 +69,8 @@
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
- <summary>Gets or sets the detailed description of the list item image.</summary>
- <value>The detailed description of the list item image.</value>
+ <summary>Gets or sets the detailed description of the list item image.</summary>
+ <value>The detailed description of the list item image.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
@@ -85,7 +85,7 @@
<ReturnType>Xamarin.Forms.BindableProperty</ReturnType>
</ReturnValue>
<Docs>
- <summary>Backing store for the <see cref="P:Xamarin.Forms.Pages.ListItemControl.Detail" /> property.</summary>
+ <summary>Backing store for the <see cref="P:Xamarin.Forms.Pages.ListItemControl.Detail" /> property.</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
@@ -100,8 +100,8 @@
<ReturnType>Xamarin.Forms.ImageSource</ReturnType>
</ReturnValue>
<Docs>
- <summary>Gets or sets the image source from which to get the list item image.</summary>
- <value>The image source from which to get the list item image.</value>
+ <summary>Gets or sets the image source from which to get the list item image.</summary>
+ <value>The image source from which to get the list item image.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
@@ -116,7 +116,7 @@
<ReturnType>Xamarin.Forms.BindableProperty</ReturnType>
</ReturnValue>
<Docs>
- <summary>Backing store for the <see cref="P:Xamarin.Forms.Pages.ListItemControl.ImageSource" /> property.</summary>
+ <summary>Backing store for the <see cref="P:Xamarin.Forms.Pages.ListItemControl.ImageSource" /> property.</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
@@ -131,8 +131,8 @@
<ReturnType>Xamarin.Forms.ImageSource</ReturnType>
</ReturnValue>
<Docs>
- <summary>Gets or sets the image source from which to get the placeholder image.</summary>
- <value>The image source from which to get the placeholder image.</value>
+ <summary>Gets or sets the image source from which to get the placeholder image.</summary>
+ <value>The image source from which to get the placeholder image.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
@@ -147,7 +147,7 @@
<ReturnType>Xamarin.Forms.BindableProperty</ReturnType>
</ReturnValue>
<Docs>
- <summary>Backing store for the <see cref="P:Xamarin.Forms.Pages.ListItemControl.PlaceHolderImageSource" /> property.</summary>
+ <summary>Backing store for the <see cref="P:Xamarin.Forms.Pages.ListItemControl.PlaceHolderImageSource" /> property.</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
@@ -162,8 +162,8 @@
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
- <summary>Gets or sets the title text for the list item image.</summary>
- <value>The title text for the list item image.</value>
+ <summary>Gets or sets the title text for the list item image.</summary>
+ <value>The title text for the list item image.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
diff --git a/docs/Xamarin.Forms.Pages/Xamarin.Forms.Pages/PersonDetailPage.xml b/docs/Xamarin.Forms.Pages/Xamarin.Forms.Pages/PersonDetailPage.xml
index e4dfccb9..1020b5be 100644
--- a/docs/Xamarin.Forms.Pages/Xamarin.Forms.Pages/PersonDetailPage.xml
+++ b/docs/Xamarin.Forms.Pages/Xamarin.Forms.Pages/PersonDetailPage.xml
@@ -147,7 +147,7 @@
<ReturnType>Xamarin.Forms.BindableProperty</ReturnType>
</ReturnValue>
<Docs>
- <summary>Backing store for the <see cref="P:Xamarin.Forms.Pages.PersonDetailPage.Employer" /> property.</summary>
+ <summary>Backing store for the <see cref="P:Xamarin.Forms.Pages.PersonDetailPage.Employer" /> property.</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
diff --git a/docs/Xamarin.Forms.Pages/Xamarin.Forms.Pages/UriJsonSource.xml b/docs/Xamarin.Forms.Pages/Xamarin.Forms.Pages/UriJsonSource.xml
index 81718d86..61af091e 100644
--- a/docs/Xamarin.Forms.Pages/Xamarin.Forms.Pages/UriJsonSource.xml
+++ b/docs/Xamarin.Forms.Pages/Xamarin.Forms.Pages/UriJsonSource.xml
@@ -39,7 +39,7 @@
<AttributeName>System.Diagnostics.DebuggerStepThrough</AttributeName>
</Attribute>
<Attribute>
- <AttributeName>System.Runtime.CompilerServices.AsyncStateMachine(typeof(Xamarin.Forms.Pages.UriJsonSource/&lt;GetJson&gt;c__async0))</AttributeName>
+ <AttributeName>System.Runtime.CompilerServices.AsyncStateMachine(typeof(Xamarin.Forms.Pages.UriJsonSource/&lt;GetJson&gt;d__4))</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
diff --git a/docs/Xamarin.Forms.Pages/index.xml b/docs/Xamarin.Forms.Pages/index.xml
index a48531f2..8e0b682f 100644
--- a/docs/Xamarin.Forms.Pages/index.xml
+++ b/docs/Xamarin.Forms.Pages/index.xml
@@ -3,7 +3,7 @@
<Assembly Name="Xamarin.Forms.Pages" Version="1.0.0.0">
<Attributes>
<Attribute>
- <AttributeName>System.Diagnostics.Debuggable(System.Diagnostics.DebuggableAttribute+DebuggingModes.DisableOptimizations | System.Diagnostics.DebuggableAttribute+DebuggingModes.IgnoreSymbolStoreSequencePoints)</AttributeName>
+ <AttributeName>System.Diagnostics.Debuggable(System.Diagnostics.DebuggableAttribute+DebuggingModes.Default | System.Diagnostics.DebuggableAttribute+DebuggingModes.DisableOptimizations | System.Diagnostics.DebuggableAttribute+DebuggingModes.EnableEditAndContinue | System.Diagnostics.DebuggableAttribute+DebuggingModes.IgnoreSymbolStoreSequencePoints)</AttributeName>
</Attribute>
<Attribute>
<AttributeName>System.Reflection.AssemblyCompany("")</AttributeName>
@@ -33,8 +33,14 @@
<AttributeName>System.Resources.NeutralResourcesLanguage("en")</AttributeName>
</Attribute>
<Attribute>
+ <AttributeName>System.Runtime.CompilerServices.CompilationRelaxations(8)</AttributeName>
+ </Attribute>
+ <Attribute>
<AttributeName>System.Runtime.CompilerServices.RuntimeCompatibility(WrapNonExceptionThrows=true)</AttributeName>
</Attribute>
+ <Attribute>
+ <AttributeName>System.Runtime.Versioning.TargetFramework(".NETPortable,Version=v4.5,Profile=Profile259", FrameworkDisplayName=".NET Portable Subset")</AttributeName>
+ </Attribute>
</Attributes>
</Assembly>
</Assemblies>