summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorE.Z. Hart <hartez@users.noreply.github.com>2016-05-11 08:41:05 -0600
committerRui Marinho <me@ruimarinho.net>2016-05-11 15:41:05 +0100
commit40dcfd4808a32177dd3b81da1765c418f8596c19 (patch)
tree8e107b72d0afeb90cd006e7380ec3a492de3558d /docs
parent846c1dc0ecb70920f15f4884b69396cc52ba3e96 (diff)
downloadxamarin-forms-40dcfd4808a32177dd3b81da1765c418f8596c19.tar.gz
xamarin-forms-40dcfd4808a32177dd3b81da1765c418f8596c19.tar.bz2
xamarin-forms-40dcfd4808a32177dd3b81da1765c418f8596c19.zip
Normalize docs (#159)
* Add function to fix line endings to prevent fake changes * Simplify update-docs and add mode for failing build on missing changes * Bringin docs up-to-date * Update docs
Diffstat (limited to 'docs')
-rw-r--r--docs/Xamarin.Forms.Core/Xamarin.Forms/BindableProperty.xml25
-rw-r--r--docs/Xamarin.Forms.Core/Xamarin.Forms/BindablePropertyConverter.xml2
-rw-r--r--docs/Xamarin.Forms.Core/Xamarin.Forms/BindingTypeConverter.xml2
-rw-r--r--docs/Xamarin.Forms.Core/Xamarin.Forms/BoundsTypeConverter.xml2
-rw-r--r--docs/Xamarin.Forms.Core/Xamarin.Forms/Button.xml7
-rw-r--r--docs/Xamarin.Forms.Core/Xamarin.Forms/Cell.xml4
-rw-r--r--docs/Xamarin.Forms.Core/Xamarin.Forms/ColorTypeConverter.xml2
-rw-r--r--docs/Xamarin.Forms.Core/Xamarin.Forms/ConstraintTypeConverter.xml4
-rw-r--r--docs/Xamarin.Forms.Core/Xamarin.Forms/ContentPropertyAttribute.xml2
-rw-r--r--docs/Xamarin.Forms.Core/Xamarin.Forms/DataTemplateSelector.xml39
-rw-r--r--docs/Xamarin.Forms.Core/Xamarin.Forms/DependencyAttribute.xml2
-rw-r--r--docs/Xamarin.Forms.Core/Xamarin.Forms/Effect.xml23
-rw-r--r--docs/Xamarin.Forms.Core/Xamarin.Forms/EvalRequested.xml50
-rw-r--r--docs/Xamarin.Forms.Core/Xamarin.Forms/ExportEffectAttribute.xml46
-rw-r--r--docs/Xamarin.Forms.Core/Xamarin.Forms/FileImageSourceConverter.xml2
-rw-r--r--docs/Xamarin.Forms.Core/Xamarin.Forms/FontSizeConverter.xml2
-rw-r--r--docs/Xamarin.Forms.Core/Xamarin.Forms/FontTypeConverter.xml2
-rw-r--r--docs/Xamarin.Forms.Core/Xamarin.Forms/GridLengthTypeConverter.xml2
-rw-r--r--docs/Xamarin.Forms.Core/Xamarin.Forms/ICarouselViewController.xml95
-rw-r--r--docs/Xamarin.Forms.Core/Xamarin.Forms/IOpenGLViewController.xml6
-rw-r--r--docs/Xamarin.Forms.Core/Xamarin.Forms/ISearchBar.xml31
-rw-r--r--docs/Xamarin.Forms.Core/Xamarin.Forms/IWebViewRenderer.xml55
-rw-r--r--docs/Xamarin.Forms.Core/Xamarin.Forms/ImageSourceConverter.xml2
-rw-r--r--docs/Xamarin.Forms.Core/Xamarin.Forms/InvalidationTrigger.xml120
-rw-r--r--docs/Xamarin.Forms.Core/Xamarin.Forms/ItemsView.xml206
-rw-r--r--docs/Xamarin.Forms.Core/Xamarin.Forms/KeyboardTypeConverter.xml2
-rw-r--r--docs/Xamarin.Forms.Core/Xamarin.Forms/LayoutOptionsConverter.xml2
-rw-r--r--docs/Xamarin.Forms.Core/Xamarin.Forms/ListView.xml62
-rw-r--r--docs/Xamarin.Forms.Core/Xamarin.Forms/OpenGLView.xml6
-rw-r--r--docs/Xamarin.Forms.Core/Xamarin.Forms/PlatformEffect`2.xml14
-rw-r--r--docs/Xamarin.Forms.Core/Xamarin.Forms/Point.xml16
-rw-r--r--docs/Xamarin.Forms.Core/Xamarin.Forms/PointTypeConverter.xml2
-rw-r--r--docs/Xamarin.Forms.Core/Xamarin.Forms/RectangleTypeConverter.xml2
-rw-r--r--docs/Xamarin.Forms.Core/Xamarin.Forms/ResolutionGroupNameAttribute.xml44
-rw-r--r--docs/Xamarin.Forms.Core/Xamarin.Forms/TableView.xml4
-rw-r--r--docs/Xamarin.Forms.Core/Xamarin.Forms/TemplateBinding.xml11
-rw-r--r--docs/Xamarin.Forms.Core/Xamarin.Forms/TextAlignment.xml4
-rw-r--r--docs/Xamarin.Forms.Core/Xamarin.Forms/ThicknessTypeConverter.xml2
-rw-r--r--docs/Xamarin.Forms.Core/Xamarin.Forms/TypeTypeConverter.xml2
-rw-r--r--docs/Xamarin.Forms.Core/Xamarin.Forms/UriTypeConverter.xml2
-rw-r--r--docs/Xamarin.Forms.Core/Xamarin.Forms/WebViewSourceTypeConverter.xml2
-rw-r--r--docs/Xamarin.Forms.Core/index.xml28
-rw-r--r--docs/Xamarin.Forms.Maps/index.xml13
-rw-r--r--docs/Xamarin.Forms.Xaml/Xamarin.Forms.Xaml/Extensions.xml37
-rw-r--r--docs/Xamarin.Forms.Xaml/index.xml26
45 files changed, 252 insertions, 762 deletions
diff --git a/docs/Xamarin.Forms.Core/Xamarin.Forms/BindableProperty.xml b/docs/Xamarin.Forms.Core/Xamarin.Forms/BindableProperty.xml
index 871161b5..fd026a5b 100644
--- a/docs/Xamarin.Forms.Core/Xamarin.Forms/BindableProperty.xml
+++ b/docs/Xamarin.Forms.Core/Xamarin.Forms/BindableProperty.xml
@@ -71,7 +71,7 @@
</Docs>
</Member>
<Member MemberName="Create">
- <MemberSignature Language="C#" Value="public static Xamarin.Forms.BindableProperty Create (string propertyName, Type returnType, Type declaringType, object defaultValue, Xamarin.Forms.BindingMode defaultBindingMode = Xamarin.Forms.BindingMode.OneWay, Xamarin.Forms.BindableProperty.ValidateValueDelegate validateValue = null, Xamarin.Forms.BindableProperty.BindingPropertyChangedDelegate propertyChanged = null, Xamarin.Forms.BindableProperty.BindingPropertyChangingDelegate propertyChanging = null, Xamarin.Forms.BindableProperty.CoerceValueDelegate coerceValue = null, Xamarin.Forms.BindableProperty.CreateDefaultValueDelegate defaultValueCreator = null);" />
+ <MemberSignature Language="C#" Value="public static Xamarin.Forms.BindableProperty Create (string propertyName, Type returnType, Type declaringType, object defaultValue = null, Xamarin.Forms.BindingMode defaultBindingMode = Xamarin.Forms.BindingMode.OneWay, Xamarin.Forms.BindableProperty.ValidateValueDelegate validateValue = null, Xamarin.Forms.BindableProperty.BindingPropertyChangedDelegate propertyChanged = null, Xamarin.Forms.BindableProperty.BindingPropertyChangingDelegate propertyChanging = null, Xamarin.Forms.BindableProperty.CoerceValueDelegate coerceValue = null, Xamarin.Forms.BindableProperty.CreateDefaultValueDelegate defaultValueCreator = null);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Xamarin.Forms.BindableProperty Create(string propertyName, class System.Type returnType, class System.Type declaringType, object defaultValue, valuetype Xamarin.Forms.BindingMode defaultBindingMode, class Xamarin.Forms.BindableProperty/ValidateValueDelegate validateValue, class Xamarin.Forms.BindableProperty/BindingPropertyChangedDelegate propertyChanged, class Xamarin.Forms.BindableProperty/BindingPropertyChangingDelegate propertyChanging, class Xamarin.Forms.BindableProperty/CoerceValueDelegate coerceValue, class Xamarin.Forms.BindableProperty/CreateDefaultValueDelegate defaultValueCreator) cil managed" />
<MemberType>Method</MemberType>
<AssemblyInfo>
@@ -206,7 +206,8 @@
<param name="defaultValueCreator">A Func used to initialize default value for reference types..</param>
<summary>Deprecated. Do not use.</summary>
<returns>A newly created BindableProperty.</returns>
- <remarks></remarks>
+ <remarks>
+ </remarks>
</Docs>
</Member>
<Member MemberName="CreateAttached">
@@ -415,7 +416,9 @@
<param name="coerceValue">A delegate used to coerce the range of a value. This parameter is optional. Default is null.</param>
<summary>Creates a new instance of the BindableProperty class for attached read-only properties.</summary>
<returns>A newly created attached read-only BindableProperty.</returns>
- <remarks><para>Attached properties are bindable properties that are bound to an object other than their parent. Often, they are used for child items in tables and grids, where data about the location of an item is maintained by its parent, but must be accessed from the child item itself.</para></remarks>
+ <remarks>
+ <para>Attached properties are bindable properties that are bound to an object other than their parent. Often, they are used for child items in tables and grids, where data about the location of an item is maintained by its parent, but must be accessed from the child item itself.</para>
+ </remarks>
</Docs>
</Member>
<Member MemberName="CreateAttachedReadOnly">
@@ -457,7 +460,9 @@
<param name="defaultValueCreator">A Func used to initialize default value for reference types.</param>
<summary>Creates a new instance of the BindableProperty class for attached read-only properties.</summary>
<returns>A newly created attached read-only BindableProperty.</returns>
- <remarks><para>Attached properties are bindable properties that are bound to an object other than their parent. Often, they are used for child items in tables and grids, where data about the location of an item is maintained by its parent, but must be accessed from the child item itself.</para></remarks>
+ <remarks>
+ <para>Attached properties are bindable properties that are bound to an object other than their parent. Often, they are used for child items in tables and grids, where data about the location of an item is maintained by its parent, but must be accessed from the child item itself.</para>
+ </remarks>
</Docs>
</Member>
<Member MemberName="CreateAttachedReadOnly&lt;TDeclarer,TPropertyType&gt;">
@@ -497,7 +502,9 @@
<param name="coerceValue">A delegate used to coerce the range of a value. This parameter is optional. Default is null.</param>
<summary>Deprecated. Do not use.</summary>
<returns>A newly created BindablePropertyKey.</returns>
- <remarks><para>Attached properties are bindable properties that are bound to an object other than their parent. Often, they are used for child items in tables and grids, where data about the location of an item is maintained by its parent, but must be accessed from the child item itself.</para></remarks>
+ <remarks>
+ <para>Attached properties are bindable properties that are bound to an object other than their parent. Often, they are used for child items in tables and grids, where data about the location of an item is maintained by its parent, but must be accessed from the child item itself.</para>
+ </remarks>
</Docs>
</Member>
<Member MemberName="CreateAttachedReadOnly&lt;TDeclarer,TPropertyType&gt;">
@@ -586,7 +593,9 @@
<summary>Creates a new instance of the BindablePropertyKey class.</summary>
<returns>
</returns>
- <remarks><para>Attached properties are bindable properties that are bound to an object other than their parent. Often, they are used for child items in tables and grids, where data about the location of an item is maintained by its parent, but must be accessed from the child item itself.</para></remarks>
+ <remarks>
+ <para>Attached properties are bindable properties that are bound to an object other than their parent. Often, they are used for child items in tables and grids, where data about the location of an item is maintained by its parent, but must be accessed from the child item itself.</para>
+ </remarks>
</Docs>
</Member>
<Member MemberName="CreateReadOnly">
@@ -628,8 +637,10 @@
<param name="defaultValueCreator">A Func used to initialize default value for reference types.</param>
<summary>Creates a new instance of the BindablePropertyKey class.</summary>
<returns>
- </returns><para>Attached properties are bindable properties that are bound to an object other than their parent. Often, they are used for child items in tables and grids, where data about the location of an item is maintained by its parent, but must be accessed from the child item itself.</para><remarks>
+ </returns>
+ <remarks>
</remarks>
+ <para>Attached properties are bindable properties that are bound to an object other than their parent. Often, they are used for child items in tables and grids, where data about the location of an item is maintained by its parent, but must be accessed from the child item itself.</para>
</Docs>
</Member>
<Member MemberName="CreateReadOnly&lt;TDeclarer,TPropertyType&gt;">
diff --git a/docs/Xamarin.Forms.Core/Xamarin.Forms/BindablePropertyConverter.xml b/docs/Xamarin.Forms.Core/Xamarin.Forms/BindablePropertyConverter.xml
index a7872b17..242fe96d 100644
--- a/docs/Xamarin.Forms.Core/Xamarin.Forms/BindablePropertyConverter.xml
+++ b/docs/Xamarin.Forms.Core/Xamarin.Forms/BindablePropertyConverter.xml
@@ -39,7 +39,6 @@
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyVersion>1.5.0.0</AssemblyVersion>
- <AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Boolean</ReturnType>
@@ -60,7 +59,6 @@
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyVersion>1.5.0.0</AssemblyVersion>
- <AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Object</ReturnType>
diff --git a/docs/Xamarin.Forms.Core/Xamarin.Forms/BindingTypeConverter.xml b/docs/Xamarin.Forms.Core/Xamarin.Forms/BindingTypeConverter.xml
index c572c6a5..f10b2a2b 100644
--- a/docs/Xamarin.Forms.Core/Xamarin.Forms/BindingTypeConverter.xml
+++ b/docs/Xamarin.Forms.Core/Xamarin.Forms/BindingTypeConverter.xml
@@ -50,7 +50,6 @@
<AssemblyVersion>1.3.0.0</AssemblyVersion>
<AssemblyVersion>1.4.0.0</AssemblyVersion>
<AssemblyVersion>1.5.0.0</AssemblyVersion>
- <AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Boolean</ReturnType>
@@ -76,7 +75,6 @@
<AssemblyVersion>1.3.0.0</AssemblyVersion>
<AssemblyVersion>1.4.0.0</AssemblyVersion>
<AssemblyVersion>1.5.0.0</AssemblyVersion>
- <AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Object</ReturnType>
diff --git a/docs/Xamarin.Forms.Core/Xamarin.Forms/BoundsTypeConverter.xml b/docs/Xamarin.Forms.Core/Xamarin.Forms/BoundsTypeConverter.xml
index 1c8ee544..5a53e57a 100644
--- a/docs/Xamarin.Forms.Core/Xamarin.Forms/BoundsTypeConverter.xml
+++ b/docs/Xamarin.Forms.Core/Xamarin.Forms/BoundsTypeConverter.xml
@@ -50,7 +50,6 @@
<AssemblyVersion>1.3.0.0</AssemblyVersion>
<AssemblyVersion>1.4.0.0</AssemblyVersion>
<AssemblyVersion>1.5.0.0</AssemblyVersion>
- <AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Boolean</ReturnType>
@@ -76,7 +75,6 @@
<AssemblyVersion>1.3.0.0</AssemblyVersion>
<AssemblyVersion>1.4.0.0</AssemblyVersion>
<AssemblyVersion>1.5.0.0</AssemblyVersion>
- <AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Object</ReturnType>
diff --git a/docs/Xamarin.Forms.Core/Xamarin.Forms/Button.xml b/docs/Xamarin.Forms.Core/Xamarin.Forms/Button.xml
index 09f52769..e3d713cf 100644
--- a/docs/Xamarin.Forms.Core/Xamarin.Forms/Button.xml
+++ b/docs/Xamarin.Forms.Core/Xamarin.Forms/Button.xml
@@ -1,6 +1,6 @@
<Type Name="Button" FullName="Xamarin.Forms.Button">
- <TypeSignature Language="C#" Value="public class Button : Xamarin.Forms.View" />
- <TypeSignature Language="ILAsm" Value=".class public auto ansi beforefieldinit Button extends Xamarin.Forms.View implements class Xamarin.Forms.IElementController, class Xamarin.Forms.IViewController, class Xamarin.Forms.IVisualElementController" />
+ <TypeSignature Language="C#" Value="public class Button : Xamarin.Forms.View, Xamarin.Forms.IButtonController" />
+ <TypeSignature Language="ILAsm" Value=".class public auto ansi beforefieldinit Button extends Xamarin.Forms.View implements class Xamarin.Forms.IButtonController, class Xamarin.Forms.IElementController, class Xamarin.Forms.IViewController, class Xamarin.Forms.IVisualElementController" />
<AssemblyInfo>
<AssemblyName>Xamarin.Forms.Core</AssemblyName>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
@@ -15,6 +15,9 @@
<BaseTypeName>Xamarin.Forms.View</BaseTypeName>
</Base>
<Interfaces>
+ <Interface>
+ <InterfaceName>Xamarin.Forms.IButtonController</InterfaceName>
+ </Interface>
</Interfaces>
<Attributes>
<Attribute>
diff --git a/docs/Xamarin.Forms.Core/Xamarin.Forms/Cell.xml b/docs/Xamarin.Forms.Core/Xamarin.Forms/Cell.xml
index f94a9479..96e60c4a 100644
--- a/docs/Xamarin.Forms.Core/Xamarin.Forms/Cell.xml
+++ b/docs/Xamarin.Forms.Core/Xamarin.Forms/Cell.xml
@@ -225,7 +225,9 @@ Content = new TableView
<Parameters />
<Docs>
<summary>Immediately updates the cell's size.</summary>
- <remarks><para>Developers can call this method to update the cell's size, even if the cell is currently visible. Developers should note that this operation can be expensive.</para></remarks>
+ <remarks>
+ <para>Developers can call this method to update the cell's size, even if the cell is currently visible. Developers should note that this operation can be expensive.</para>
+ </remarks>
</Docs>
</Member>
<Member MemberName="HasContextActions">
diff --git a/docs/Xamarin.Forms.Core/Xamarin.Forms/ColorTypeConverter.xml b/docs/Xamarin.Forms.Core/Xamarin.Forms/ColorTypeConverter.xml
index 895ff7db..f307fb44 100644
--- a/docs/Xamarin.Forms.Core/Xamarin.Forms/ColorTypeConverter.xml
+++ b/docs/Xamarin.Forms.Core/Xamarin.Forms/ColorTypeConverter.xml
@@ -66,7 +66,6 @@ Assert.AreEqual (Color.Accent, converter.ConvertFrom ("Accent"));
<AssemblyVersion>1.3.0.0</AssemblyVersion>
<AssemblyVersion>1.4.0.0</AssemblyVersion>
<AssemblyVersion>1.5.0.0</AssemblyVersion>
- <AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Boolean</ReturnType>
@@ -92,7 +91,6 @@ Assert.AreEqual (Color.Accent, converter.ConvertFrom ("Accent"));
<AssemblyVersion>1.3.0.0</AssemblyVersion>
<AssemblyVersion>1.4.0.0</AssemblyVersion>
<AssemblyVersion>1.5.0.0</AssemblyVersion>
- <AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Object</ReturnType>
diff --git a/docs/Xamarin.Forms.Core/Xamarin.Forms/ConstraintTypeConverter.xml b/docs/Xamarin.Forms.Core/Xamarin.Forms/ConstraintTypeConverter.xml
index 32e208c3..6ff4e735 100644
--- a/docs/Xamarin.Forms.Core/Xamarin.Forms/ConstraintTypeConverter.xml
+++ b/docs/Xamarin.Forms.Core/Xamarin.Forms/ConstraintTypeConverter.xml
@@ -50,7 +50,6 @@
<AssemblyVersion>1.3.0.0</AssemblyVersion>
<AssemblyVersion>1.4.0.0</AssemblyVersion>
<AssemblyVersion>1.5.0.0</AssemblyVersion>
- <AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Boolean</ReturnType>
@@ -76,7 +75,6 @@
<AssemblyVersion>1.3.0.0</AssemblyVersion>
<AssemblyVersion>1.4.0.0</AssemblyVersion>
<AssemblyVersion>1.5.0.0</AssemblyVersion>
- <AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Object</ReturnType>
@@ -108,7 +106,7 @@
</Parameters>
<Docs>
<param name="value">To be added.</param>
- <summary>>Converts <paramref name="value" /> into a <see cref="T:Xamarin.Forms.Constraint" />.</summary>
+ <summary>&gt;Converts <paramref name="value" /> into a <see cref="T:Xamarin.Forms.Constraint" />.</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
diff --git a/docs/Xamarin.Forms.Core/Xamarin.Forms/ContentPropertyAttribute.xml b/docs/Xamarin.Forms.Core/Xamarin.Forms/ContentPropertyAttribute.xml
index 160ed7ea..603760e0 100644
--- a/docs/Xamarin.Forms.Core/Xamarin.Forms/ContentPropertyAttribute.xml
+++ b/docs/Xamarin.Forms.Core/Xamarin.Forms/ContentPropertyAttribute.xml
@@ -17,7 +17,7 @@
<Interfaces />
<Attributes>
<Attribute>
- <AttributeName>System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false, Inherited=true)</AttributeName>
+ <AttributeName>System.AttributeUsage(System.AttributeTargets.Class)</AttributeName>
</Attribute>
</Attributes>
<Docs>
diff --git a/docs/Xamarin.Forms.Core/Xamarin.Forms/DataTemplateSelector.xml b/docs/Xamarin.Forms.Core/Xamarin.Forms/DataTemplateSelector.xml
index b8e5f4bf..38ab9d68 100644
--- a/docs/Xamarin.Forms.Core/Xamarin.Forms/DataTemplateSelector.xml
+++ b/docs/Xamarin.Forms.Core/Xamarin.Forms/DataTemplateSelector.xml
@@ -11,13 +11,11 @@
<Interfaces />
<Docs>
<summary>Selects <see cref="T:Xamarin.Forms.DataTemplate" /> objects by data type and container.</summary>
- <remarks><para>Application developers override the <see cref="M:Xamarin.Froms.DataTemplateSelector.OnSelectTemplate" /> method to return a unique <see cref="T:Xamarin.Forms.DataTemplate" /> for a data type and parent container combination. Additionally, because the same exact template instance must be returned for a given piece of data across successive calls to <see cref="M:Xamarin.Froms.DataTemplateSelector.SelectTemplate" />, developers should create and store these <see cref="T:Xamarin.Forms.DataTemplate" /> in their constructor overrides.</para>
-<block subset="none" type="note">Developers should note the following items: <list type="bullet">
- <item><term>OnSelectTemplate must not return another DataTemplateSelector, and
- </term></item>
- <item><term>The Android platform is limited to 20 templates per list view.</term></item>
- </list></block>
-<example>The following example shows a basic use:
+ <remarks>
+ <para>Application developers override the <see cref="M:Xamarin.Froms.DataTemplateSelector.OnSelectTemplate" /> method to return a unique <see cref="T:Xamarin.Forms.DataTemplate" /> for a data type and parent container combination. Additionally, because the same exact template instance must be returned for a given piece of data across successive calls to <see cref="M:Xamarin.Froms.DataTemplateSelector.SelectTemplate" />, developers should create and store these <see cref="T:Xamarin.Forms.DataTemplate" /> in their constructor overrides.</para>
+ <block subset="none" type="note">Developers should note the following items: <list type="bullet"><item><term>OnSelectTemplate must not return another DataTemplateSelector, and
+ </term></item><item><term>The Android platform is limited to 20 templates per list view.</term></item></list></block>
+ <example>The following example shows a basic use:
<code lang="c#"><![CDATA[class MyDataTemplateSelector : DataTemplateSelector
{
public MyDataTemplateSelector ()
@@ -36,7 +34,8 @@
private readonly DataTemplate templateOne;
private readonly DataTemplate templateTwo;
-}]]></code></example></remarks>
+}]]></code></example>
+ </remarks>
</Docs>
<Members>
<Member MemberName=".ctor">
@@ -71,7 +70,9 @@
<param name="container">An optional container object in which the developer may have opted to store <see cref="T:Xamarin.Forms.DataTemplateSelector" /> objects.</param>
<summary>Calls <see cref="M:Xamarin.Forms.DataTemplateSelector.SelectTemplate" />.</summary>
<returns>A developer-defined <see cref="T:Xamarin.Forms.DataTemplate" /> that can be used to display <paramref name="item" />.</returns>
- <remarks><para>This method throws an exception if <see cref="M:Xamarin.Forms.DataTemplateSelector.SelectTemplate" /> returns an instance of <see cref="T:Xamarin.Forms.DataTemplateSelector" />.</para></remarks>
+ <remarks>
+ <para>This method throws an exception if <see cref="M:Xamarin.Forms.DataTemplateSelector.SelectTemplate" /> returns an instance of <see cref="T:Xamarin.Forms.DataTemplateSelector" />.</para>
+ </remarks>
</Docs>
</Member>
<Member MemberName="SelectTemplate">
@@ -89,13 +90,18 @@
<Parameter Name="container" Type="Xamarin.Forms.BindableObject" />
</Parameters>
<Docs>
- <param name="item">The data for which to return a template.</param>
- <param name="container">An optional container object in which the developer may have opted to store <see cref="T:Xamarin.Forms.DataTemplateSelector" /> objects.</param>
+ <param name="item">The data for which to return a template.</param>
+ <param name="container">An optional container object in which the developer may have opted to store <see cref="T:Xamarin.Forms.DataTemplateSelector" /> objects.</param>
<summary>When overriden by developers in a derived class, returns a <see cref="T:Xamarin.Forms.DataTemplate" /> for <paramref name="item" />.</summary>
- <returns><para>A developer-defined <see cref="T:Xamarin.Forms.DataTemplate" /> that can be used to display <paramref name="item" />.</para></returns>
- <remarks><para>Developers should ensure that this method never returns a <see cref="T:Xamarin.Forms.DataTemplateSelector" /> object, as this will cause the <see cref="M:Xamarin.Forms.DataTemplateSelector.OnSelectTemplate" /> method to throw an exception.</para>
- <block subset="none" type="note"><para>Developers should note that the he Android platform is limited to 20 templates per list view.</para></block>
-<example>The following example shows a basic use:
+ <returns>
+ <para>A developer-defined <see cref="T:Xamarin.Forms.DataTemplate" /> that can be used to display <paramref name="item" />.</para>
+ </returns>
+ <remarks>
+ <para>Developers should ensure that this method never returns a <see cref="T:Xamarin.Forms.DataTemplateSelector" /> object, as this will cause the <see cref="M:Xamarin.Forms.DataTemplateSelector.OnSelectTemplate" /> method to throw an exception.</para>
+ <block subset="none" type="note">
+ <para>Developers should note that the he Android platform is limited to 20 templates per list view.</para>
+ </block>
+ <example>The following example shows a basic use:
<code lang="c#"><![CDATA[class MyDataTemplateSelector : DataTemplateSelector
{
public MyDataTemplateSelector ()
@@ -114,7 +120,8 @@
private readonly DataTemplate templateOne;
private readonly DataTemplate templateTwo;
-}]]></code></example></remarks>
+}]]></code></example>
+ </remarks>
</Docs>
</Member>
</Members>
diff --git a/docs/Xamarin.Forms.Core/Xamarin.Forms/DependencyAttribute.xml b/docs/Xamarin.Forms.Core/Xamarin.Forms/DependencyAttribute.xml
index e7bc85b2..74408146 100644
--- a/docs/Xamarin.Forms.Core/Xamarin.Forms/DependencyAttribute.xml
+++ b/docs/Xamarin.Forms.Core/Xamarin.Forms/DependencyAttribute.xml
@@ -17,7 +17,7 @@
<Interfaces />
<Attributes>
<Attribute>
- <AttributeName>System.AttributeUsage(System.AttributeTargets.Assembly, AllowMultiple=true, Inherited=false)</AttributeName>
+ <AttributeName>System.AttributeUsage(System.AttributeTargets.Assembly, AllowMultiple=true)</AttributeName>
</Attribute>
</Attributes>
<Docs>
diff --git a/docs/Xamarin.Forms.Core/Xamarin.Forms/Effect.xml b/docs/Xamarin.Forms.Core/Xamarin.Forms/Effect.xml
index 2ccc573f..a35c7c2b 100644
--- a/docs/Xamarin.Forms.Core/Xamarin.Forms/Effect.xml
+++ b/docs/Xamarin.Forms.Core/Xamarin.Forms/Effect.xml
@@ -111,19 +111,20 @@
<Docs>
<summary>Gets the ID that is used to resolve this effect at runtime.</summary>
<value>The ID that is used to resolve this effect at runtime.</value>
- <remarks><para>Developers must supply a name to <see cref="T:Xamarin.Forms.ExportEffectAttribute" /> that is unique over the scope of the name that they supply to <see cref="T:Xamarin.Forms.ResolutionGroupNameAttribute" />. The <see cref="T:Xamarin.Forms.Effect.Resolve" /> method takes a string that is the concatenation of <paramref name="name" /> (the resolution group name), <c>'.'</c>, and the unique name that was supplied to <see cref="T:Xamarin.Forms.ExportEffectAttribute" />, and returns the specified effect.</para>
- <example><para>For example, with the declarations:</para>
- <code lang="c#"><![CDATA[
+ <remarks>
+ <para>Developers must supply a name to <see cref="T:Xamarin.Forms.ExportEffectAttribute" /> that is unique over the scope of the name that they supply to <see cref="T:Xamarin.Forms.ResolutionGroupNameAttribute" />. The <see cref="T:Xamarin.Forms.Effect.Resolve" /> method takes a string that is the concatenation of <paramref name="name" /> (the resolution group name), <c>'.'</c>, and the unique name that was supplied to <see cref="T:Xamarin.Forms.ExportEffectAttribute" />, and returns the specified effect.</para>
+ <example>
+ <para>For example, with the declarations:</para>
+ <code lang="c#"><![CDATA[
[assembly: ResolutionGroupName ("com.YourCompany")]
- [assembly: ExportEffect (typeof (ShadowEffect), "ShadowEffect")]]]>
- </code>
- <para>Then the code below will add the effect to a button:</para>
- <code lang="c#"><![CDATA[
+ [assembly: ExportEffect (typeof (ShadowEffect), "ShadowEffect")]]]></code>
+ <para>Then the code below will add the effect to a button:</para>
+ <code lang="c#"><![CDATA[
[var button = new Button { Text = "I have a shadow" };
- button.Effects.Add (Effect.Resolve ("com.YourCompany.ShadowEffect"));]]>
- </code>
- </example>
-<para>This property returns the string that developers pass to <see cref="T:Xamarin.Forms.Effect.Resolve" /> to get the effect at runtime.</para></remarks>
+ button.Effects.Add (Effect.Resolve ("com.YourCompany.ShadowEffect"));]]></code>
+ </example>
+ <para>This property returns the string that developers pass to <see cref="T:Xamarin.Forms.Effect.Resolve" /> to get the effect at runtime.</para>
+ </remarks>
</Docs>
</Member>
</Members>
diff --git a/docs/Xamarin.Forms.Core/Xamarin.Forms/EvalRequested.xml b/docs/Xamarin.Forms.Core/Xamarin.Forms/EvalRequested.xml
deleted file mode 100644
index 977f6ce4..00000000
--- a/docs/Xamarin.Forms.Core/Xamarin.Forms/EvalRequested.xml
+++ /dev/null
@@ -1,50 +0,0 @@
-<Type Name="EvalRequested" FullName="Xamarin.Forms.EvalRequested">
- <TypeSignature Language="C#" Value="public class EvalRequested : EventArgs" />
- <TypeSignature Language="ILAsm" Value=".class public auto ansi beforefieldinit EvalRequested extends System.EventArgs" />
- <AssemblyInfo>
- <AssemblyName>Xamarin.Forms.Core</AssemblyName>
- <AssemblyVersion>2.0.0.0</AssemblyVersion>
- </AssemblyInfo>
- <Base>
- <BaseTypeName>System.EventArgs</BaseTypeName>
- </Base>
- <Interfaces />
- <Docs>
- <summary>To be added.</summary>
- <remarks>To be added.</remarks>
- </Docs>
- <Members>
- <Member MemberName=".ctor">
- <MemberSignature Language="C#" Value="public EvalRequested (string script);" />
- <MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(string script) cil managed" />
- <MemberType>Constructor</MemberType>
- <AssemblyInfo>
- <AssemblyVersion>2.0.0.0</AssemblyVersion>
- </AssemblyInfo>
- <Parameters>
- <Parameter Name="script" Type="System.String" />
- </Parameters>
- <Docs>
- <param name="script">To be added.</param>
- <summary>To be added.</summary>
- <remarks>To be added.</remarks>
- </Docs>
- </Member>
- <Member MemberName="Script">
- <MemberSignature Language="C#" Value="public string Script { get; }" />
- <MemberSignature Language="ILAsm" Value=".property instance string Script" />
- <MemberType>Property</MemberType>
- <AssemblyInfo>
- <AssemblyVersion>2.0.0.0</AssemblyVersion>
- </AssemblyInfo>
- <ReturnValue>
- <ReturnType>System.String</ReturnType>
- </ReturnValue>
- <Docs>
- <summary>To be added.</summary>
- <value>To be added.</value>
- <remarks>To be added.</remarks>
- </Docs>
- </Member>
- </Members>
-</Type>
diff --git a/docs/Xamarin.Forms.Core/Xamarin.Forms/ExportEffectAttribute.xml b/docs/Xamarin.Forms.Core/Xamarin.Forms/ExportEffectAttribute.xml
index ae6c33f3..802bbe4e 100644
--- a/docs/Xamarin.Forms.Core/Xamarin.Forms/ExportEffectAttribute.xml
+++ b/docs/Xamarin.Forms.Core/Xamarin.Forms/ExportEffectAttribute.xml
@@ -11,23 +11,24 @@
<Interfaces />
<Attributes>
<Attribute>
- <AttributeName>System.AttributeUsage(System.AttributeTargets.Assembly, AllowMultiple=true, Inherited=false)</AttributeName>
+ <AttributeName>System.AttributeUsage(System.AttributeTargets.Assembly, AllowMultiple=true)</AttributeName>
</Attribute>
</Attributes>
<Docs>
<summary>Attribute that identifies a <see cref="T:Xamarin.Forms.Effect" /> with a unique identifer that can be used with <see cref="MXamarin.Forms.Effect.Resolve" /> to locate an effect.</summary>
- <remarks><para>Developers must supply a name that is unique over the scope of the value that was supplied to <see cref="T:Xamarin.Forms.ResolutionGroupNameAttribute" />. The <see cref="T:Xamarin.Forms.Effect.Resolve" /> method takes a string that is the concatenation of the the resolution group name that was provided to <see cref="T:Xamarin.Forms.ResolutionGroupNameAttribute" />, '<c>.</c>', and the name that was supplied to <see cref="T:Xamarin.Forms.ExportEffectAttribute" />, and returns an effect that will have the type <paramref name="effectType" />.</para>
- <example><para>For example, with the declarations:</para>
- <code lang="c#"><![CDATA[
+ <remarks>
+ <para>Developers must supply a name that is unique over the scope of the value that was supplied to <see cref="T:Xamarin.Forms.ResolutionGroupNameAttribute" />. The <see cref="T:Xamarin.Forms.Effect.Resolve" /> method takes a string that is the concatenation of the the resolution group name that was provided to <see cref="T:Xamarin.Forms.ResolutionGroupNameAttribute" />, '<c>.</c>', and the name that was supplied to <see cref="T:Xamarin.Forms.ExportEffectAttribute" />, and returns an effect that will have the type <paramref name="effectType" />.</para>
+ <example>
+ <para>For example, with the declarations:</para>
+ <code lang="c#"><![CDATA[
[assembly: ResolutionGroupName ("com.YourCompany")]
- [assembly: ExportEffect (typeof (ShadowEffect), "ShadowEffect")]]]>
- </code>
- <para>Then the code below will add the effect to a button:</para>
- <code lang="c#"><![CDATA[
+ [assembly: ExportEffect (typeof (ShadowEffect), "ShadowEffect")]]]></code>
+ <para>Then the code below will add the effect to a button:</para>
+ <code lang="c#"><![CDATA[
[var button = new Button { Text = "I have a shadow" };
-button.Effects.Add (Effect.Resolve ("com.YourCompany.ShadowEffect"));]]>
- </code>
-</example></remarks>
+button.Effects.Add (Effect.Resolve ("com.YourCompany.ShadowEffect"));]]></code>
+ </example>
+ </remarks>
<altmember cref="T:Xamarin.Forms.ResolutionGroupNameAttribute" />
</Docs>
<Members>
@@ -46,19 +47,20 @@ button.Effects.Add (Effect.Resolve ("com.YourCompany.ShadowEffect"));]]>
<param name="effectType">The type of the marked <see cref="T:Xamarin.Forms.Effect" />.</param>
<param name="uniqueName">A unique name for the <see cref="T:Xamarin.Forms.Effect" />.</param>
<summary>Creates a new <see cref="T:Xamarin.Forms.ExportEffectAttribute" />.</summary>
- <remarks><para>Developers must supply a <paramref name="uniqueName" /> that is unique over the scope of the value that was supplied to <see cref="T:Xamarin.Forms.ResolutionGroupNameAttribute" />. The <see cref="T:Xamarin.Forms.Effect.Resolve" /> method takes a string that is the concatenation of the the resolution group name that was provided to <see cref="T:Xamarin.Forms.ResolutionGroupNameAttribute" />, '<c>.</c>', and the name that was supplied to <see cref="T:Xamarin.Forms.ExportEffectAttribute" />, and returns an effect that will have the type <paramref name="effectType" />.</para>
- <example><para>For example, with the declarations:</para>
- <code lang="c#"><![CDATA[
+ <remarks>
+ <para>Developers must supply a <paramref name="uniqueName" /> that is unique over the scope of the value that was supplied to <see cref="T:Xamarin.Forms.ResolutionGroupNameAttribute" />. The <see cref="T:Xamarin.Forms.Effect.Resolve" /> method takes a string that is the concatenation of the the resolution group name that was provided to <see cref="T:Xamarin.Forms.ResolutionGroupNameAttribute" />, '<c>.</c>', and the name that was supplied to <see cref="T:Xamarin.Forms.ExportEffectAttribute" />, and returns an effect that will have the type <paramref name="effectType" />.</para>
+ <example>
+ <para>For example, with the declarations:</para>
+ <code lang="c#"><![CDATA[
[assembly: ResolutionGroupName ("com.YourCompany")]
- [assembly: ExportEffect (typeof (ShadowEffect), "ShadowEffect")]]]>
- </code>
- <para>Then the code below will add the effect to a button:</para>
- <code lang="c#"><![CDATA[
+ [assembly: ExportEffect (typeof (ShadowEffect), "ShadowEffect")]]]></code>
+ <para>Then the code below will add the effect to a button:</para>
+ <code lang="c#"><![CDATA[
[var button = new Button { Text = "I have a shadow" };
-button.Effects.Add (Effect.Resolve ("com.YourCompany.ShadowEffect"));]]>
- </code>
-</example></remarks>
- <altmember cref="T:Xamarin.Forms.ResolutionGroupNameAttribute" />
+button.Effects.Add (Effect.Resolve ("com.YourCompany.ShadowEffect"));]]></code>
+ </example>
+ </remarks>
+ <altmember cref="T:Xamarin.Forms.ResolutionGroupNameAttribute" />
</Docs>
</Member>
</Members>
diff --git a/docs/Xamarin.Forms.Core/Xamarin.Forms/FileImageSourceConverter.xml b/docs/Xamarin.Forms.Core/Xamarin.Forms/FileImageSourceConverter.xml
index 3a1cbffe..3f2b0a31 100644
--- a/docs/Xamarin.Forms.Core/Xamarin.Forms/FileImageSourceConverter.xml
+++ b/docs/Xamarin.Forms.Core/Xamarin.Forms/FileImageSourceConverter.xml
@@ -35,7 +35,6 @@
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyVersion>1.5.0.0</AssemblyVersion>
- <AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Boolean</ReturnType>
@@ -56,7 +55,6 @@
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyVersion>1.5.0.0</AssemblyVersion>
- <AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Object</ReturnType>
diff --git a/docs/Xamarin.Forms.Core/Xamarin.Forms/FontSizeConverter.xml b/docs/Xamarin.Forms.Core/Xamarin.Forms/FontSizeConverter.xml
index a7822caa..a389f97c 100644
--- a/docs/Xamarin.Forms.Core/Xamarin.Forms/FontSizeConverter.xml
+++ b/docs/Xamarin.Forms.Core/Xamarin.Forms/FontSizeConverter.xml
@@ -45,7 +45,6 @@
<AssemblyVersion>1.3.0.0</AssemblyVersion>
<AssemblyVersion>1.4.0.0</AssemblyVersion>
<AssemblyVersion>1.5.0.0</AssemblyVersion>
- <AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Boolean</ReturnType>
@@ -68,7 +67,6 @@
<AssemblyVersion>1.3.0.0</AssemblyVersion>
<AssemblyVersion>1.4.0.0</AssemblyVersion>
<AssemblyVersion>1.5.0.0</AssemblyVersion>
- <AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Object</ReturnType>
diff --git a/docs/Xamarin.Forms.Core/Xamarin.Forms/FontTypeConverter.xml b/docs/Xamarin.Forms.Core/Xamarin.Forms/FontTypeConverter.xml
index cd35ab75..e3ef578a 100644
--- a/docs/Xamarin.Forms.Core/Xamarin.Forms/FontTypeConverter.xml
+++ b/docs/Xamarin.Forms.Core/Xamarin.Forms/FontTypeConverter.xml
@@ -50,7 +50,6 @@
<AssemblyVersion>1.3.0.0</AssemblyVersion>
<AssemblyVersion>1.4.0.0</AssemblyVersion>
<AssemblyVersion>1.5.0.0</AssemblyVersion>
- <AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Boolean</ReturnType>
@@ -76,7 +75,6 @@
<AssemblyVersion>1.3.0.0</AssemblyVersion>
<AssemblyVersion>1.4.0.0</AssemblyVersion>
<AssemblyVersion>1.5.0.0</AssemblyVersion>
- <AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Object</ReturnType>
diff --git a/docs/Xamarin.Forms.Core/Xamarin.Forms/GridLengthTypeConverter.xml b/docs/Xamarin.Forms.Core/Xamarin.Forms/GridLengthTypeConverter.xml
index 8a854dea..a1e9cbcf 100644
--- a/docs/Xamarin.Forms.Core/Xamarin.Forms/GridLengthTypeConverter.xml
+++ b/docs/Xamarin.Forms.Core/Xamarin.Forms/GridLengthTypeConverter.xml
@@ -64,7 +64,6 @@
<AssemblyVersion>1.3.0.0</AssemblyVersion>
<AssemblyVersion>1.4.0.0</AssemblyVersion>
<AssemblyVersion>1.5.0.0</AssemblyVersion>
- <AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Boolean</ReturnType>
@@ -90,7 +89,6 @@
<AssemblyVersion>1.3.0.0</AssemblyVersion>
<AssemblyVersion>1.4.0.0</AssemblyVersion>
<AssemblyVersion>1.5.0.0</AssemblyVersion>
- <AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Object</ReturnType>
diff --git a/docs/Xamarin.Forms.Core/Xamarin.Forms/ICarouselViewController.xml b/docs/Xamarin.Forms.Core/Xamarin.Forms/ICarouselViewController.xml
deleted file mode 100644
index 46259b19..00000000
--- a/docs/Xamarin.Forms.Core/Xamarin.Forms/ICarouselViewController.xml
+++ /dev/null
@@ -1,95 +0,0 @@
-<Type Name="ICarouselViewController" FullName="Xamarin.Forms.ICarouselViewController">
- <TypeSignature Language="C#" Value="public interface ICarouselViewController : Xamarin.Forms.IItemViewController" />
- <TypeSignature Language="ILAsm" Value=".class public interface auto ansi abstract ICarouselViewController implements class Xamarin.Forms.IItemViewController" />
- <AssemblyInfo>
- <AssemblyName>Xamarin.Forms.Core</AssemblyName>
- <AssemblyVersion>2.0.0.0</AssemblyVersion>
- </AssemblyInfo>
- <Interfaces>
- <Interface>
- <InterfaceName>Xamarin.Forms.IItemViewController</InterfaceName>
- </Interface>
- </Interfaces>
- <Docs>
- <summary>To be added.</summary>
- <remarks>To be added.</remarks>
- </Docs>
- <Members>
- <Member MemberName="SendPositionAppearing">
- <MemberSignature Language="C#" Value="public void SendPositionAppearing (int position);" />
- <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance void SendPositionAppearing(int32 position) cil managed" />
- <MemberType>Method</MemberType>
- <AssemblyInfo>
- <AssemblyVersion>2.0.0.0</AssemblyVersion>
- </AssemblyInfo>
- <ReturnValue>
- <ReturnType>System.Void</ReturnType>
- </ReturnValue>
- <Parameters>
- <Parameter Name="position" Type="System.Int32" />
- </Parameters>
- <Docs>
- <param name="position">To be added.</param>
- <summary>To be added.</summary>
- <remarks>To be added.</remarks>
- </Docs>
- </Member>
- <Member MemberName="SendPositionDisappearing">
- <MemberSignature Language="C#" Value="public void SendPositionDisappearing (int position);" />
- <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance void SendPositionDisappearing(int32 position) cil managed" />
- <MemberType>Method</MemberType>
- <AssemblyInfo>
- <AssemblyVersion>2.0.0.0</AssemblyVersion>
- </AssemblyInfo>
- <ReturnValue>
- <ReturnType>System.Void</ReturnType>
- </ReturnValue>
- <Parameters>
- <Parameter Name="position" Type="System.Int32" />
- </Parameters>
- <Docs>
- <param name="position">To be added.</param>
- <summary>To be added.</summary>
- <remarks>To be added.</remarks>
- </Docs>
- </Member>
- <Member MemberName="SendSelectedItemChanged">
- <MemberSignature Language="C#" Value="public void SendSelectedItemChanged (object item);" />
- <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance void SendSelectedItemChanged(object item) cil managed" />
- <MemberType>Method</MemberType>
- <AssemblyInfo>
- <AssemblyVersion>2.0.0.0</AssemblyVersion>
- </AssemblyInfo>
- <ReturnValue>
- <ReturnType>System.Void</ReturnType>
- </ReturnValue>
- <Parameters>
- <Parameter Name="item" Type="System.Object" />
- </Parameters>
- <Docs>
- <param name="item">To be added.</param>
- <summary>To be added.</summary>
- <remarks>To be added.</remarks>
- </Docs>
- </Member>
- <Member MemberName="SendSelectedPositionChanged">
- <MemberSignature Language="C#" Value="public void SendSelectedPositionChanged (int position);" />
- <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance void SendSelectedPositionChanged(int32 position) cil managed" />
- <MemberType>Method</MemberType>
- <AssemblyInfo>
- <AssemblyVersion>2.0.0.0</AssemblyVersion>
- </AssemblyInfo>
- <ReturnValue>
- <ReturnType>System.Void</ReturnType>
- </ReturnValue>
- <Parameters>
- <Parameter Name="position" Type="System.Int32" />
- </Parameters>
- <Docs>
- <param name="position">To be added.</param>
- <summary>To be added.</summary>
- <remarks>To be added.</remarks>
- </Docs>
- </Member>
- </Members>
-</Type>
diff --git a/docs/Xamarin.Forms.Core/Xamarin.Forms/IOpenGLViewController.xml b/docs/Xamarin.Forms.Core/Xamarin.Forms/IOpenGLViewController.xml
index bb2a2ac6..cebf7790 100644
--- a/docs/Xamarin.Forms.Core/Xamarin.Forms/IOpenGLViewController.xml
+++ b/docs/Xamarin.Forms.Core/Xamarin.Forms/IOpenGLViewController.xml
@@ -1,6 +1,6 @@
-<Type Name="IOpenGLViewController" FullName="Xamarin.Forms.IOpenGLViewController">
- <TypeSignature Language="C#" Value="public interface IOpenGLViewController : Xamarin.Forms.IViewController" />
- <TypeSignature Language="ILAsm" Value=".class public interface auto ansi abstract IOpenGLViewController implements class Xamarin.Forms.IElementController, class Xamarin.Forms.IViewController, class Xamarin.Forms.IVisualElementController" />
+<Type Name="IOpenGlViewController" FullName="Xamarin.Forms.IOpenGlViewController">
+ <TypeSignature Language="C#" Value="public interface IOpenGlViewController : Xamarin.Forms.IViewController" />
+ <TypeSignature Language="ILAsm" Value=".class public interface auto ansi abstract IOpenGlViewController implements class Xamarin.Forms.IElementController, class Xamarin.Forms.IViewController, class Xamarin.Forms.IVisualElementController" />
<AssemblyInfo>
<AssemblyName>Xamarin.Forms.Core</AssemblyName>
<AssemblyVersion>1.5.0.0</AssemblyVersion>
diff --git a/docs/Xamarin.Forms.Core/Xamarin.Forms/ISearchBar.xml b/docs/Xamarin.Forms.Core/Xamarin.Forms/ISearchBar.xml
deleted file mode 100644
index 04ad550c..00000000
--- a/docs/Xamarin.Forms.Core/Xamarin.Forms/ISearchBar.xml
+++ /dev/null
@@ -1,31 +0,0 @@
-<Type Name="ISearchBar" FullName="Xamarin.Forms.ISearchBar">
- <TypeSignature Language="C#" Value="public interface ISearchBar" />
- <TypeSignature Language="ILAsm" Value=".class public interface auto ansi abstract ISearchBar" />
- <AssemblyInfo>
- <AssemblyName>Xamarin.Forms.Core</AssemblyName>
- <AssemblyVersion>2.0.0.0</AssemblyVersion>
- </AssemblyInfo>
- <Interfaces />
- <Docs>
- <summary>To be added.</summary>
- <remarks>To be added.</remarks>
- </Docs>
- <Members>
- <Member MemberName="OnSearchButtonPressed">
- <MemberSignature Language="C#" Value="public void OnSearchButtonPressed ();" />
- <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance void OnSearchButtonPressed() 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>
- </Members>
-</Type>
diff --git a/docs/Xamarin.Forms.Core/Xamarin.Forms/IWebViewRenderer.xml b/docs/Xamarin.Forms.Core/Xamarin.Forms/IWebViewRenderer.xml
deleted file mode 100644
index 95ed3472..00000000
--- a/docs/Xamarin.Forms.Core/Xamarin.Forms/IWebViewRenderer.xml
+++ /dev/null
@@ -1,55 +0,0 @@
-<Type Name="IWebViewRenderer" FullName="Xamarin.Forms.IWebViewRenderer">
- <TypeSignature Language="C#" Value="public interface IWebViewRenderer" />
- <TypeSignature Language="ILAsm" Value=".class public interface auto ansi abstract IWebViewRenderer" />
- <AssemblyInfo>
- <AssemblyName>Xamarin.Forms.Core</AssemblyName>
- <AssemblyVersion>2.0.0.0</AssemblyVersion>
- </AssemblyInfo>
- <Interfaces />
- <Docs>
- <summary>To be added.</summary>
- <remarks>To be added.</remarks>
- </Docs>
- <Members>
- <Member MemberName="LoadHtml">
- <MemberSignature Language="C#" Value="public void LoadHtml (string html, string baseUrl);" />
- <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance void LoadHtml(string html, string baseUrl) cil managed" />
- <MemberType>Method</MemberType>
- <AssemblyInfo>
- <AssemblyVersion>2.0.0.0</AssemblyVersion>
- </AssemblyInfo>
- <ReturnValue>
- <ReturnType>System.Void</ReturnType>
- </ReturnValue>
- <Parameters>
- <Parameter Name="html" Type="System.String" />
- <Parameter Name="baseUrl" Type="System.String" />
- </Parameters>
- <Docs>
- <param name="html">To be added.</param>
- <param name="baseUrl">To be added.</param>
- <summary>To be added.</summary>
- <remarks>To be added.</remarks>
- </Docs>
- </Member>
- <Member MemberName="LoadUrl">
- <MemberSignature Language="C#" Value="public void LoadUrl (string url);" />
- <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance void LoadUrl(string url) cil managed" />
- <MemberType>Method</MemberType>
- <AssemblyInfo>
- <AssemblyVersion>2.0.0.0</AssemblyVersion>
- </AssemblyInfo>
- <ReturnValue>
- <ReturnType>System.Void</ReturnType>
- </ReturnValue>
- <Parameters>
- <Parameter Name="url" Type="System.String" />
- </Parameters>
- <Docs>
- <param name="url">To be added.</param>
- <summary>To be added.</summary>
- <remarks>To be added.</remarks>
- </Docs>
- </Member>
- </Members>
-</Type>
diff --git a/docs/Xamarin.Forms.Core/Xamarin.Forms/ImageSourceConverter.xml b/docs/Xamarin.Forms.Core/Xamarin.Forms/ImageSourceConverter.xml
index 189b462b..57ebdb17 100644
--- a/docs/Xamarin.Forms.Core/Xamarin.Forms/ImageSourceConverter.xml
+++ b/docs/Xamarin.Forms.Core/Xamarin.Forms/ImageSourceConverter.xml
@@ -35,7 +35,6 @@
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyVersion>1.5.0.0</AssemblyVersion>
- <AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Boolean</ReturnType>
@@ -57,7 +56,6 @@
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyVersion>1.5.0.0</AssemblyVersion>
- <AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Object</ReturnType>
diff --git a/docs/Xamarin.Forms.Core/Xamarin.Forms/InvalidationTrigger.xml b/docs/Xamarin.Forms.Core/Xamarin.Forms/InvalidationTrigger.xml
deleted file mode 100644
index b75a5a71..00000000
--- a/docs/Xamarin.Forms.Core/Xamarin.Forms/InvalidationTrigger.xml
+++ /dev/null
@@ -1,120 +0,0 @@
-<Type Name="InvalidationTrigger" FullName="Xamarin.Forms.InvalidationTrigger">
- <TypeSignature Language="C#" Value="public enum InvalidationTrigger" />
- <TypeSignature Language="ILAsm" Value=".class public auto ansi sealed InvalidationTrigger extends System.Enum" />
- <AssemblyInfo>
- <AssemblyName>Xamarin.Forms.Core</AssemblyName>
- <AssemblyVersion>2.0.0.0</AssemblyVersion>
- </AssemblyInfo>
- <Base>
- <BaseTypeName>System.Enum</BaseTypeName>
- </Base>
- <Attributes>
- <Attribute>
- <AttributeName>System.Flags</AttributeName>
- </Attribute>
- </Attributes>
- <Docs>
- <summary>To be added.</summary>
- <remarks>To be added.</remarks>
- </Docs>
- <Members>
- <Member MemberName="HorizontalOptionsChanged">
- <MemberSignature Language="C#" Value="HorizontalOptionsChanged" />
- <MemberSignature Language="ILAsm" Value=".field public static literal valuetype Xamarin.Forms.InvalidationTrigger HorizontalOptionsChanged = int32(2)" />
- <MemberType>Field</MemberType>
- <AssemblyInfo>
- <AssemblyVersion>2.0.0.0</AssemblyVersion>
- </AssemblyInfo>
- <ReturnValue>
- <ReturnType>Xamarin.Forms.InvalidationTrigger</ReturnType>
- </ReturnValue>
- <Docs>
- <summary>To be added.</summary>
- </Docs>
- </Member>
- <Member MemberName="MarginChanged">
- <MemberSignature Language="C#" Value="MarginChanged" />
- <MemberSignature Language="ILAsm" Value=".field public static literal valuetype Xamarin.Forms.InvalidationTrigger MarginChanged = int32(32)" />
- <MemberType>Field</MemberType>
- <AssemblyInfo>
- <AssemblyVersion>2.0.0.0</AssemblyVersion>
- </AssemblyInfo>
- <ReturnValue>
- <ReturnType>Xamarin.Forms.InvalidationTrigger</ReturnType>
- </ReturnValue>
- <Docs>
- <summary>To be added.</summary>
- </Docs>
- </Member>
- <Member MemberName="MeasureChanged">
- <MemberSignature Language="C#" Value="MeasureChanged" />
- <MemberSignature Language="ILAsm" Value=".field public static literal valuetype Xamarin.Forms.InvalidationTrigger MeasureChanged = int32(1)" />
- <MemberType>Field</MemberType>
- <AssemblyInfo>
- <AssemblyVersion>2.0.0.0</AssemblyVersion>
- </AssemblyInfo>
- <ReturnValue>
- <ReturnType>Xamarin.Forms.InvalidationTrigger</ReturnType>
- </ReturnValue>
- <Docs>
- <summary>To be added.</summary>
- </Docs>
- </Member>
- <Member MemberName="RendererReady">
- <MemberSignature Language="C#" Value="RendererReady" />
- <MemberSignature Language="ILAsm" Value=".field public static literal valuetype Xamarin.Forms.InvalidationTrigger RendererReady = int32(16)" />
- <MemberType>Field</MemberType>
- <AssemblyInfo>
- <AssemblyVersion>2.0.0.0</AssemblyVersion>
- </AssemblyInfo>
- <ReturnValue>
- <ReturnType>Xamarin.Forms.InvalidationTrigger</ReturnType>
- </ReturnValue>
- <Docs>
- <summary>To be added.</summary>
- </Docs>
- </Member>
- <Member MemberName="SizeRequestChanged">
- <MemberSignature Language="C#" Value="SizeRequestChanged" />
- <MemberSignature Language="ILAsm" Value=".field public static literal valuetype Xamarin.Forms.InvalidationTrigger SizeRequestChanged = int32(8)" />
- <MemberType>Field</MemberType>
- <AssemblyInfo>
- <AssemblyVersion>2.0.0.0</AssemblyVersion>
- </AssemblyInfo>
- <ReturnValue>
- <ReturnType>Xamarin.Forms.InvalidationTrigger</ReturnType>
- </ReturnValue>
- <Docs>
- <summary>To be added.</summary>
- </Docs>
- </Member>
- <Member MemberName="Undefined">
- <MemberSignature Language="C#" Value="Undefined" />
- <MemberSignature Language="ILAsm" Value=".field public static literal valuetype Xamarin.Forms.InvalidationTrigger Undefined = int32(0)" />
- <MemberType>Field</MemberType>
- <AssemblyInfo>
- <AssemblyVersion>2.0.0.0</AssemblyVersion>
- </AssemblyInfo>
- <ReturnValue>
- <ReturnType>Xamarin.Forms.InvalidationTrigger</ReturnType>
- </ReturnValue>
- <Docs>
- <summary>To be added.</summary>
- </Docs>
- </Member>
- <Member MemberName="VerticalOptionsChanged">
- <MemberSignature Language="C#" Value="VerticalOptionsChanged" />
- <MemberSignature Language="ILAsm" Value=".field public static literal valuetype Xamarin.Forms.InvalidationTrigger VerticalOptionsChanged = int32(4)" />
- <MemberType>Field</MemberType>
- <AssemblyInfo>
- <AssemblyVersion>2.0.0.0</AssemblyVersion>
- </AssemblyInfo>
- <ReturnValue>
- <ReturnType>Xamarin.Forms.InvalidationTrigger</ReturnType>
- </ReturnValue>
- <Docs>
- <summary>To be added.</summary>
- </Docs>
- </Member>
- </Members>
-</Type>
diff --git a/docs/Xamarin.Forms.Core/Xamarin.Forms/ItemsView.xml b/docs/Xamarin.Forms.Core/Xamarin.Forms/ItemsView.xml
deleted file mode 100644
index 19c44e77..00000000
--- a/docs/Xamarin.Forms.Core/Xamarin.Forms/ItemsView.xml
+++ /dev/null
@@ -1,206 +0,0 @@
-<Type Name="ItemsView" FullName="Xamarin.Forms.ItemsView">
- <TypeSignature Language="C#" Value="public abstract class ItemsView : Xamarin.Forms.View, Xamarin.Forms.IItemViewController" />
- <TypeSignature Language="ILAsm" Value=".class public auto ansi abstract beforefieldinit ItemsView extends Xamarin.Forms.View implements class Xamarin.Forms.IItemViewController" />
- <AssemblyInfo>
- <AssemblyName>Xamarin.Forms.Core</AssemblyName>
- <AssemblyVersion>2.0.0.0</AssemblyVersion>
- </AssemblyInfo>
- <Base>
- <BaseTypeName>Xamarin.Forms.View</BaseTypeName>
- </Base>
- <Interfaces>
- <Interface>
- <InterfaceName>Xamarin.Forms.IItemViewController</InterfaceName>
- </Interface>
- </Interfaces>
- <Docs>
- <summary>To be added.</summary>
- <remarks>To be added.</remarks>
- </Docs>
- <Members>
- <Member MemberName="ItemsSource">
- <MemberSignature Language="C#" Value="public System.Collections.IEnumerable ItemsSource { get; set; }" />
- <MemberSignature Language="ILAsm" Value=".property instance class System.Collections.IEnumerable ItemsSource" />
- <MemberType>Property</MemberType>
- <AssemblyInfo>
- <AssemblyVersion>2.0.0.0</AssemblyVersion>
- </AssemblyInfo>
- <ReturnValue>
- <ReturnType>System.Collections.IEnumerable</ReturnType>
- </ReturnValue>
- <Docs>
- <summary>To be added.</summary>
- <value>To be added.</value>
- <remarks>To be added.</remarks>
- </Docs>
- </Member>
- <Member MemberName="ItemsSourceProperty">
- <MemberSignature Language="C#" Value="public static readonly Xamarin.Forms.BindableProperty ItemsSourceProperty;" />
- <MemberSignature Language="ILAsm" Value=".field public static initonly class Xamarin.Forms.BindableProperty ItemsSourceProperty" />
- <MemberType>Field</MemberType>
- <AssemblyInfo>
- <AssemblyVersion>2.0.0.0</AssemblyVersion>
- </AssemblyInfo>
- <ReturnValue>
- <ReturnType>Xamarin.Forms.BindableProperty</ReturnType>
- </ReturnValue>
- <Docs>
- <summary>To be added.</summary>
- <remarks>To be added.</remarks>
- </Docs>
- </Member>
- <Member MemberName="ItemTemplate">
- <MemberSignature Language="C#" Value="public Xamarin.Forms.DataTemplate ItemTemplate { get; set; }" />
- <MemberSignature Language="ILAsm" Value=".property instance class Xamarin.Forms.DataTemplate ItemTemplate" />
- <MemberType>Property</MemberType>
- <AssemblyInfo>
- <AssemblyVersion>2.0.0.0</AssemblyVersion>
- </AssemblyInfo>
- <ReturnValue>
- <ReturnType>Xamarin.Forms.DataTemplate</ReturnType>
- </ReturnValue>
- <Docs>
- <summary>To be added.</summary>
- <value>To be added.</value>
- <remarks>To be added.</remarks>
- </Docs>
- </Member>
- <Member MemberName="ItemTemplateProperty">
- <MemberSignature Language="C#" Value="public static readonly Xamarin.Forms.BindableProperty ItemTemplateProperty;" />
- <MemberSignature Language="ILAsm" Value=".field public static initonly class Xamarin.Forms.BindableProperty ItemTemplateProperty" />
- <MemberType>Field</MemberType>
- <AssemblyInfo>
- <AssemblyVersion>2.0.0.0</AssemblyVersion>
- </AssemblyInfo>
- <ReturnValue>
- <ReturnType>Xamarin.Forms.BindableProperty</ReturnType>
- </ReturnValue>
- <Docs>
- <summary>To be added.</summary>
- <remarks>To be added.</remarks>
- </Docs>
- </Member>
- <Member MemberName="OnPropertyChanged">
- <MemberSignature Language="C#" Value="protected override void OnPropertyChanged (string propertyName = null);" />
- <MemberSignature Language="ILAsm" Value=".method familyhidebysig virtual instance void OnPropertyChanged(string propertyName) cil managed" />
- <MemberType>Method</MemberType>
- <AssemblyInfo>
- <AssemblyVersion>2.0.0.0</AssemblyVersion>
- </AssemblyInfo>
- <ReturnValue>
- <ReturnType>System.Void</ReturnType>
- </ReturnValue>
- <Parameters>
- <Parameter Name="propertyName" Type="System.String">
- <Attributes>
- <Attribute>
- <AttributeName>System.Runtime.CompilerServices.CallerMemberName</AttributeName>
- </Attribute>
- </Attributes>
- </Parameter>
- </Parameters>
- <Docs>
- <param name="propertyName">To be added.</param>
- <summary>To be added.</summary>
- <remarks>To be added.</remarks>
- </Docs>
- </Member>
- <Member MemberName="Xamarin.Forms.IItemViewController.BindView">
- <MemberSignature Language="C#" Value="void IItemViewController.BindView (Xamarin.Forms.View view, object item);" />
- <MemberSignature Language="ILAsm" Value=".method hidebysig newslot virtual instance void Xamarin.Forms.IItemViewController.BindView(class Xamarin.Forms.View view, object item) cil managed" />
- <MemberType>Method</MemberType>
- <AssemblyInfo>
- <AssemblyVersion>2.0.0.0</AssemblyVersion>
- </AssemblyInfo>
- <ReturnValue>
- <ReturnType>System.Void</ReturnType>
- </ReturnValue>
- <Parameters>
- <Parameter Name="view" Type="Xamarin.Forms.View" />
- <Parameter Name="item" Type="System.Object" />
- </Parameters>
- <Docs>
- <param name="view">To be added.</param>
- <param name="item">To be added.</param>
- <summary>To be added.</summary>
- <remarks>To be added.</remarks>
- </Docs>
- </Member>
- <Member MemberName="Xamarin.Forms.IItemViewController.Count">
- <MemberSignature Language="C#" Value="int Xamarin.Forms.IItemViewController.Count { get; }" />
- <MemberSignature Language="ILAsm" Value=".property instance int32 Xamarin.Forms.IItemViewController.Count" />
- <MemberType>Property</MemberType>
- <AssemblyInfo>
- <AssemblyVersion>2.0.0.0</AssemblyVersion>
- </AssemblyInfo>
- <ReturnValue>
- <ReturnType>System.Int32</ReturnType>
- </ReturnValue>
- <Docs>
- <summary>To be added.</summary>
- <value>To be added.</value>
- <remarks>To be added.</remarks>
- </Docs>
- </Member>
- <Member MemberName="Xamarin.Forms.IItemViewController.CreateView">
- <MemberSignature Language="C#" Value="Xamarin.Forms.View IItemViewController.CreateView (object type);" />
- <MemberSignature Language="ILAsm" Value=".method hidebysig newslot virtual instance class Xamarin.Forms.View Xamarin.Forms.IItemViewController.CreateView(object type) cil managed" />
- <MemberType>Method</MemberType>
- <AssemblyInfo>
- <AssemblyVersion>2.0.0.0</AssemblyVersion>
- </AssemblyInfo>
- <ReturnValue>
- <ReturnType>Xamarin.Forms.View</ReturnType>
- </ReturnValue>
- <Parameters>
- <Parameter Name="type" Type="System.Object" />
- </Parameters>
- <Docs>
- <param name="type">To be added.</param>
- <summary>To be added.</summary>
- <returns>To be added.</returns>
- <remarks>To be added.</remarks>
- </Docs>
- </Member>
- <Member MemberName="Xamarin.Forms.IItemViewController.GetItem">
- <MemberSignature Language="C#" Value="object IItemViewController.GetItem (int index);" />
- <MemberSignature Language="ILAsm" Value=".method hidebysig newslot virtual instance object Xamarin.Forms.IItemViewController.GetItem(int32 index) cil managed" />
- <MemberType>Method</MemberType>
- <AssemblyInfo>
- <AssemblyVersion>2.0.0.0</AssemblyVersion>
- </AssemblyInfo>
- <ReturnValue>
- <ReturnType>System.Object</ReturnType>
- </ReturnValue>
- <Parameters>
- <Parameter Name="index" Type="System.Int32" />
- </Parameters>
- <Docs>
- <param name="index">To be added.</param>
- <summary>To be added.</summary>
- <returns>To be added.</returns>
- <remarks>To be added.</remarks>
- </Docs>
- </Member>
- <Member MemberName="Xamarin.Forms.IItemViewController.GetItemType">
- <MemberSignature Language="C#" Value="object IItemViewController.GetItemType (object item);" />
- <MemberSignature Language="ILAsm" Value=".method hidebysig newslot virtual instance object Xamarin.Forms.IItemViewController.GetItemType(object item) cil managed" />
- <MemberType>Method</MemberType>
- <AssemblyInfo>
- <AssemblyVersion>2.0.0.0</AssemblyVersion>
- </AssemblyInfo>
- <ReturnValue>
- <ReturnType>System.Object</ReturnType>
- </ReturnValue>
- <Parameters>
- <Parameter Name="item" Type="System.Object" />
- </Parameters>
- <Docs>
- <param name="item">To be added.</param>
- <summary>To be added.</summary>
- <returns>To be added.</returns>
- <remarks>To be added.</remarks>
- </Docs>
- </Member>
- </Members>
-</Type>
diff --git a/docs/Xamarin.Forms.Core/Xamarin.Forms/KeyboardTypeConverter.xml b/docs/Xamarin.Forms.Core/Xamarin.Forms/KeyboardTypeConverter.xml
index 5a5a2719..22477868 100644
--- a/docs/Xamarin.Forms.Core/Xamarin.Forms/KeyboardTypeConverter.xml
+++ b/docs/Xamarin.Forms.Core/Xamarin.Forms/KeyboardTypeConverter.xml
@@ -73,7 +73,6 @@ Assert.AreSame (kvp.Value, converter.ConvertFrom (kvp.Key));
<AssemblyVersion>1.3.0.0</AssemblyVersion>
<AssemblyVersion>1.4.0.0</AssemblyVersion>
<AssemblyVersion>1.5.0.0</AssemblyVersion>
- <AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Boolean</ReturnType>
@@ -100,7 +99,6 @@ Assert.AreSame (kvp.Value, converter.ConvertFrom (kvp.Key));
<AssemblyVersion>1.3.0.0</AssemblyVersion>
<AssemblyVersion>1.4.0.0</AssemblyVersion>
<AssemblyVersion>1.5.0.0</AssemblyVersion>
- <AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Object</ReturnType>
diff --git a/docs/Xamarin.Forms.Core/Xamarin.Forms/LayoutOptionsConverter.xml b/docs/Xamarin.Forms.Core/Xamarin.Forms/LayoutOptionsConverter.xml
index 89423c59..67a7bf05 100644
--- a/docs/Xamarin.Forms.Core/Xamarin.Forms/LayoutOptionsConverter.xml
+++ b/docs/Xamarin.Forms.Core/Xamarin.Forms/LayoutOptionsConverter.xml
@@ -35,7 +35,6 @@
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyVersion>1.5.0.0</AssemblyVersion>
- <AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Boolean</ReturnType>
@@ -56,7 +55,6 @@
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyVersion>1.5.0.0</AssemblyVersion>
- <AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Object</ReturnType>
diff --git a/docs/Xamarin.Forms.Core/Xamarin.Forms/ListView.xml b/docs/Xamarin.Forms.Core/Xamarin.Forms/ListView.xml
index 2b545909..f1a600d2 100644
--- a/docs/Xamarin.Forms.Core/Xamarin.Forms/ListView.xml
+++ b/docs/Xamarin.Forms.Core/Xamarin.Forms/ListView.xml
@@ -1426,48 +1426,52 @@ ListView CreateListView()
<remarks>To be added.</remarks>
</Docs>
</Member>
- <Member MemberName="Xamarin.Forms.IListViewController.FooterElement">
- <MemberSignature Language="C#" Value="Xamarin.Forms.Element Xamarin.Forms.IListViewController.FooterElement { get; }" />
- <MemberSignature Language="ILAsm" Value=".property instance class Xamarin.Forms.Element Xamarin.Forms.IListViewController.FooterElement" />
- <MemberType>Property</MemberType>
+ <Member MemberName="Xamarin.Forms.IListOrCarouselViewController.SendCellAppearing">
+ <MemberSignature Language="C#" Value="void IListOrCarouselViewController.SendCellAppearing (Xamarin.Forms.Cell cell);" />
+ <MemberSignature Language="ILAsm" Value=".method hidebysig newslot virtual instance void Xamarin.Forms.IListOrCarouselViewController.SendCellAppearing(class Xamarin.Forms.Cell cell) cil managed" />
+ <MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyVersion>1.3.5.0</AssemblyVersion>
<AssemblyVersion>1.4.0.0</AssemblyVersion>
<AssemblyVersion>1.5.0.0</AssemblyVersion>
- <AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
- <ReturnType>Xamarin.Forms.Element</ReturnType>
+ <ReturnType>System.Void</ReturnType>
</ReturnValue>
+ <Parameters>
+ <Parameter Name="cell" Type="Xamarin.Forms.Cell" />
+ </Parameters>
<Docs>
+ <param name="cell">To be added.</param>
<summary>Internal.</summary>
- <value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
- <Member MemberName="Xamarin.Forms.IListViewController.HeaderElement">
- <MemberSignature Language="C#" Value="Xamarin.Forms.Element Xamarin.Forms.IListViewController.HeaderElement { get; }" />
- <MemberSignature Language="ILAsm" Value=".property instance class Xamarin.Forms.Element Xamarin.Forms.IListViewController.HeaderElement" />
- <MemberType>Property</MemberType>
+ <Member MemberName="Xamarin.Forms.IListOrCarouselViewController.SendCellDisappearing">
+ <MemberSignature Language="C#" Value="void IListOrCarouselViewController.SendCellDisappearing (Xamarin.Forms.Cell cell);" />
+ <MemberSignature Language="ILAsm" Value=".method hidebysig newslot virtual instance void Xamarin.Forms.IListOrCarouselViewController.SendCellDisappearing(class Xamarin.Forms.Cell cell) cil managed" />
+ <MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyVersion>1.3.5.0</AssemblyVersion>
<AssemblyVersion>1.4.0.0</AssemblyVersion>
<AssemblyVersion>1.5.0.0</AssemblyVersion>
- <AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
- <ReturnType>Xamarin.Forms.Element</ReturnType>
+ <ReturnType>System.Void</ReturnType>
</ReturnValue>
+ <Parameters>
+ <Parameter Name="cell" Type="Xamarin.Forms.Cell" />
+ </Parameters>
<Docs>
+ <param name="cell">To be added.</param>
<summary>Internal.</summary>
- <value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
- <Member MemberName="Xamarin.Forms.IListOrCarouselViewController.SendCellAppearing">
- <MemberSignature Language="C#" Value="void IListOrCarouselViewController.SendCellAppearing (Xamarin.Forms.Cell cell);" />
- <MemberSignature Language="ILAsm" Value=".method hidebysig newslot virtual instance void Xamarin.Forms.IListOrCarouselViewController.SendCellAppearing(class Xamarin.Forms.Cell cell) cil managed" />
- <MemberType>Method</MemberType>
+ <Member MemberName="Xamarin.Forms.IListViewController.FooterElement">
+ <MemberSignature Language="C#" Value="Xamarin.Forms.Element Xamarin.Forms.IListViewController.FooterElement { get; }" />
+ <MemberSignature Language="ILAsm" Value=".property instance class Xamarin.Forms.Element Xamarin.Forms.IListViewController.FooterElement" />
+ <MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyVersion>1.3.5.0</AssemblyVersion>
<AssemblyVersion>1.4.0.0</AssemblyVersion>
@@ -1475,21 +1479,18 @@ ListView CreateListView()
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
- <ReturnType>System.Void</ReturnType>
+ <ReturnType>Xamarin.Forms.Element</ReturnType>
</ReturnValue>
- <Parameters>
- <Parameter Name="cell" Type="Xamarin.Forms.Cell" />
- </Parameters>
<Docs>
- <param name="cell">To be added.</param>
<summary>Internal.</summary>
+ <value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
- <Member MemberName="Xamarin.Forms.IListOrCarouselViewController.SendCellDisappearing">
- <MemberSignature Language="C#" Value="void IListOrCarouselViewController.SendCellDisappearing (Xamarin.Forms.Cell cell);" />
- <MemberSignature Language="ILAsm" Value=".method hidebysig newslot virtual instance void Xamarin.Forms.IListOrCarouselViewController.SendCellDisappearing(class Xamarin.Forms.Cell cell) cil managed" />
- <MemberType>Method</MemberType>
+ <Member MemberName="Xamarin.Forms.IListViewController.HeaderElement">
+ <MemberSignature Language="C#" Value="Xamarin.Forms.Element Xamarin.Forms.IListViewController.HeaderElement { get; }" />
+ <MemberSignature Language="ILAsm" Value=".property instance class Xamarin.Forms.Element Xamarin.Forms.IListViewController.HeaderElement" />
+ <MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyVersion>1.3.5.0</AssemblyVersion>
<AssemblyVersion>1.4.0.0</AssemblyVersion>
@@ -1497,14 +1498,11 @@ ListView CreateListView()
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
- <ReturnType>System.Void</ReturnType>
+ <ReturnType>Xamarin.Forms.Element</ReturnType>
</ReturnValue>
- <Parameters>
- <Parameter Name="cell" Type="Xamarin.Forms.Cell" />
- </Parameters>
<Docs>
- <param name="cell">To be added.</param>
<summary>Internal.</summary>
+ <value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
diff --git a/docs/Xamarin.Forms.Core/Xamarin.Forms/OpenGLView.xml b/docs/Xamarin.Forms.Core/Xamarin.Forms/OpenGLView.xml
index 303a1565..038bc3eb 100644
--- a/docs/Xamarin.Forms.Core/Xamarin.Forms/OpenGLView.xml
+++ b/docs/Xamarin.Forms.Core/Xamarin.Forms/OpenGLView.xml
@@ -1,6 +1,6 @@
<Type Name="OpenGLView" FullName="Xamarin.Forms.OpenGLView">
- <TypeSignature Language="C#" Value="public sealed class OpenGLView : Xamarin.Forms.View, Xamarin.Forms.IOpenGLViewController" />
- <TypeSignature Language="ILAsm" Value=".class public auto ansi sealed beforefieldinit OpenGLView extends Xamarin.Forms.View implements class Xamarin.Forms.IElementController, class Xamarin.Forms.IOpenGLViewController, class Xamarin.Forms.IViewController, class Xamarin.Forms.IVisualElementController" />
+ <TypeSignature Language="C#" Value="public sealed class OpenGLView : Xamarin.Forms.View, Xamarin.Forms.IOpenGlViewController" />
+ <TypeSignature Language="ILAsm" Value=".class public auto ansi sealed beforefieldinit OpenGLView extends Xamarin.Forms.View implements class Xamarin.Forms.IElementController, class Xamarin.Forms.IOpenGlViewController, class Xamarin.Forms.IViewController, class Xamarin.Forms.IVisualElementController" />
<AssemblyInfo>
<AssemblyName>Xamarin.Forms.Core</AssemblyName>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
@@ -16,7 +16,7 @@
</Base>
<Interfaces>
<Interface>
- <InterfaceName>Xamarin.Forms.IOpenGLViewController</InterfaceName>
+ <InterfaceName>Xamarin.Forms.IOpenGlViewController</InterfaceName>
</Interface>
</Interfaces>
<Attributes>
diff --git a/docs/Xamarin.Forms.Core/Xamarin.Forms/PlatformEffect`2.xml b/docs/Xamarin.Forms.Core/Xamarin.Forms/PlatformEffect`2.xml
index 07d05dbd..49735e12 100644
--- a/docs/Xamarin.Forms.Core/Xamarin.Forms/PlatformEffect`2.xml
+++ b/docs/Xamarin.Forms.Core/Xamarin.Forms/PlatformEffect`2.xml
@@ -25,15 +25,11 @@
<typeparam name="TContainer">To be added.</typeparam>
<typeparam name="TControl">To be added.</typeparam>
<summary>Base class for platform-specific effect classes.</summary>
- <remarks><para>App developers derive from the
- <list type="bullet">
- <item><term><c>Xamarin.Forms.Platform.Android.PlatformEffect</c>,</term></item>
- <item><term><c>Xamarin.Forms.Platform.iOS.PlatformEffect</c>,</term></item>
- <item><term><c>Xamarin.Forms.Platform.UWP.PlatformEffect</c></term></item>
- <item><term><c>Xamarin.Forms.Platform.WinPhone.PlatformEffect</c>, or</term></item>
-<item><term><c>Xamarin.Forms.Platform.WinRT.PlatformEffect,</c></term></item>
- </list>
- classes to implement effects on the respective platforms.</para></remarks>
+ <remarks>
+ <para>App developers derive from the
+ <list type="bullet"><item><term><c>Xamarin.Forms.Platform.Android.PlatformEffect</c>,</term></item><item><term><c>Xamarin.Forms.Platform.iOS.PlatformEffect</c>,</term></item><item><term><c>Xamarin.Forms.Platform.UWP.PlatformEffect</c></term></item><item><term><c>Xamarin.Forms.Platform.WinPhone.PlatformEffect</c>, or</term></item><item><term><c>Xamarin.Forms.Platform.WinRT.PlatformEffect,</c></term></item></list>
+ classes to implement effects on the respective platforms.</para>
+ </remarks>
</Docs>
<Members>
<Member MemberName=".ctor">
diff --git a/docs/Xamarin.Forms.Core/Xamarin.Forms/Point.xml b/docs/Xamarin.Forms.Core/Xamarin.Forms/Point.xml
index 57be657b..8d015ff3 100644
--- a/docs/Xamarin.Forms.Core/Xamarin.Forms/Point.xml
+++ b/docs/Xamarin.Forms.Core/Xamarin.Forms/Point.xml
@@ -233,8 +233,8 @@
</Docs>
</Member>
<Member MemberName="op_Equality">
- <MemberSignature Language="C#" Value="public static bool op_Equality (Xamarin.Forms.Point pt_a, Xamarin.Forms.Point pt_b);" />
- <MemberSignature Language="ILAsm" Value=".method public static hidebysig specialname bool op_Equality(valuetype Xamarin.Forms.Point pt_a, valuetype Xamarin.Forms.Point pt_b) cil managed" />
+ <MemberSignature Language="C#" Value="public static bool op_Equality (Xamarin.Forms.Point ptA, Xamarin.Forms.Point ptB);" />
+ <MemberSignature Language="ILAsm" Value=".method public static hidebysig specialname bool op_Equality(valuetype Xamarin.Forms.Point ptA, valuetype Xamarin.Forms.Point ptB) cil managed" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
@@ -253,8 +253,8 @@
<Parameter Name="pt_b" Type="Xamarin.Forms.Point" />
</Parameters>
<Docs>
- <param name="pt_a">A <see cref="T:Xamarin.Forms.Point" /> to be compared.</param>
- <param name="pt_b">A <see cref="T:Xamarin.Forms.Point" /> to be compared.</param>
+ <param name="ptA">To be added.</param>
+ <param name="ptB">To be added.</param>
<summary>Whether the two <see cref="T:Xamarin.Forms.Point" />s are equal.</summary>
<returns>
<see langword="true" /> if the two <see cref="T:Xamarin.Forms.Point" />s have equal values.</returns>
@@ -288,8 +288,8 @@
</Docs>
</Member>
<Member MemberName="op_Inequality">
- <MemberSignature Language="C#" Value="public static bool op_Inequality (Xamarin.Forms.Point pt_a, Xamarin.Forms.Point pt_b);" />
- <MemberSignature Language="ILAsm" Value=".method public static hidebysig specialname bool op_Inequality(valuetype Xamarin.Forms.Point pt_a, valuetype Xamarin.Forms.Point pt_b) cil managed" />
+ <MemberSignature Language="C#" Value="public static bool op_Inequality (Xamarin.Forms.Point ptA, Xamarin.Forms.Point ptB);" />
+ <MemberSignature Language="ILAsm" Value=".method public static hidebysig specialname bool op_Inequality(valuetype Xamarin.Forms.Point ptA, valuetype Xamarin.Forms.Point ptB) cil managed" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
@@ -308,8 +308,8 @@
<Parameter Name="pt_b" Type="Xamarin.Forms.Point" />
</Parameters>
<Docs>
- <param name="pt_a">A <see cref="T:Xamarin.Forms.Point" /> to be compared.</param>
- <param name="pt_b">A <see cref="T:Xamarin.Forms.Point" /> to be compared.</param>
+ <param name="ptA">To be added.</param>
+ <param name="ptB">To be added.</param>
<summary>Whether two points are not equal.</summary>
<returns>
<see langword="true" /> if <paramref name="pt_a" /> and <paramref name="pt_b" /> do not have equivalent X and Y values.</returns>
diff --git a/docs/Xamarin.Forms.Core/Xamarin.Forms/PointTypeConverter.xml b/docs/Xamarin.Forms.Core/Xamarin.Forms/PointTypeConverter.xml
index db54a58a..b7d090bd 100644
--- a/docs/Xamarin.Forms.Core/Xamarin.Forms/PointTypeConverter.xml
+++ b/docs/Xamarin.Forms.Core/Xamarin.Forms/PointTypeConverter.xml
@@ -50,7 +50,6 @@
<AssemblyVersion>1.3.0.0</AssemblyVersion>
<AssemblyVersion>1.4.0.0</AssemblyVersion>
<AssemblyVersion>1.5.0.0</AssemblyVersion>
- <AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Boolean</ReturnType>
@@ -76,7 +75,6 @@
<AssemblyVersion>1.3.0.0</AssemblyVersion>
<AssemblyVersion>1.4.0.0</AssemblyVersion>
<AssemblyVersion>1.5.0.0</AssemblyVersion>
- <AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Object</ReturnType>
diff --git a/docs/Xamarin.Forms.Core/Xamarin.Forms/RectangleTypeConverter.xml b/docs/Xamarin.Forms.Core/Xamarin.Forms/RectangleTypeConverter.xml
index 6555a407..1990ea25 100644
--- a/docs/Xamarin.Forms.Core/Xamarin.Forms/RectangleTypeConverter.xml
+++ b/docs/Xamarin.Forms.Core/Xamarin.Forms/RectangleTypeConverter.xml
@@ -50,7 +50,6 @@
<AssemblyVersion>1.3.0.0</AssemblyVersion>
<AssemblyVersion>1.4.0.0</AssemblyVersion>
<AssemblyVersion>1.5.0.0</AssemblyVersion>
- <AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Boolean</ReturnType>
@@ -76,7 +75,6 @@
<AssemblyVersion>1.3.0.0</AssemblyVersion>
<AssemblyVersion>1.4.0.0</AssemblyVersion>
<AssemblyVersion>1.5.0.0</AssemblyVersion>
- <AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Object</ReturnType>
diff --git a/docs/Xamarin.Forms.Core/Xamarin.Forms/ResolutionGroupNameAttribute.xml b/docs/Xamarin.Forms.Core/Xamarin.Forms/ResolutionGroupNameAttribute.xml
index ece1f895..550315aa 100644
--- a/docs/Xamarin.Forms.Core/Xamarin.Forms/ResolutionGroupNameAttribute.xml
+++ b/docs/Xamarin.Forms.Core/Xamarin.Forms/ResolutionGroupNameAttribute.xml
@@ -11,23 +11,24 @@
<Interfaces />
<Attributes>
<Attribute>
- <AttributeName>System.AttributeUsage(System.AttributeTargets.Assembly, AllowMultiple=false, Inherited=false)</AttributeName>
+ <AttributeName>System.AttributeUsage(System.AttributeTargets.Assembly)</AttributeName>
</Attribute>
</Attributes>
<Docs>
<summary>Attribute that identifies a group name, typically a company name or reversed company URL, that provides a scope for effect names.</summary>
- <remarks><para>Developers must supply a name to <see cref="T:Xamarin.Forms.ExportEffectAttribute" /> that is unique over the scope of the <param name="name" /> that they supply to <see cref="T:Xamarin.Forms.ResolutionGroupNameAttribute" />. The <see cref="T:Xamarin.Forms.Effect.Resolve" /> method takes a string that is the concatenation of <paramref name="name" /> (the resolution group name), <c>'.'</c>, and the unique name that was supplied to <see cref="T:Xamarin.Forms.ExportEffectAttribute" />, and returns the specified effect.</para>
- <example><para>For example, with the declarations:</para>
- <code lang="c#"><![CDATA[
+ <remarks>
+ <para>Developers must supply a name to <see cref="T:Xamarin.Forms.ExportEffectAttribute" /> that is unique over the scope of the <param name="name" /> that they supply to <see cref="T:Xamarin.Forms.ResolutionGroupNameAttribute" />. The <see cref="T:Xamarin.Forms.Effect.Resolve" /> method takes a string that is the concatenation of <paramref name="name" /> (the resolution group name), <c>'.'</c>, and the unique name that was supplied to <see cref="T:Xamarin.Forms.ExportEffectAttribute" />, and returns the specified effect.</para>
+ <example>
+ <para>For example, with the declarations:</para>
+ <code lang="c#"><![CDATA[
[assembly: ResolutionGroupName ("com.YourCompany")]
- [assembly: ExportEffect (typeof (ShadowEffect), "ShadowEffect")]]]>
- </code>
- <para>Then the code below will add the effect to a button:</para>
- <code lang="c#"><![CDATA[
+ [assembly: ExportEffect (typeof (ShadowEffect), "ShadowEffect")]]]></code>
+ <para>Then the code below will add the effect to a button:</para>
+ <code lang="c#"><![CDATA[
[var button = new Button { Text = "I have a shadow" };
-button.Effects.Add (Effect.Resolve ("com.YourCompany.ShadowEffect"));]]>
- </code>
-</example></remarks>
+button.Effects.Add (Effect.Resolve ("com.YourCompany.ShadowEffect"));]]></code>
+ </example>
+ </remarks>
</Docs>
<Members>
<Member MemberName=".ctor">
@@ -43,18 +44,19 @@ button.Effects.Add (Effect.Resolve ("com.YourCompany.ShadowEffect"));]]>
<Docs>
<param name="name">A name, such as a company name or reversed company URL, that helps to uniquely identify effects.</param>
<summary>Creates a new resolution group name attribute.</summary>
- <remarks><para>Developers must supply a name to <see cref="T:Xamarin.Forms.ExportEffectAttribute" /> that is unique over the scope of the <param name="name" /> that they supply to <see cref="T:Xamarin.Forms.ResolutionGroupNameAttribute" />. The <see cref="T:Xamarin.Forms.Effect.Resolve" /> method takes a string that is the concatenation of <paramref name="name" /> (the resolution group name), <c>'.'</c>, and the unique name that was supplied to <see cref="T:Xamarin.Forms.ExportEffectAttribute" />, and returns the specified effect.</para>
- <example><para>For example, with the declarations:</para>
- <code lang="c#"><![CDATA[
+ <remarks>
+ <para>Developers must supply a name to <see cref="T:Xamarin.Forms.ExportEffectAttribute" /> that is unique over the scope of the <param name="name" /> that they supply to <see cref="T:Xamarin.Forms.ResolutionGroupNameAttribute" />. The <see cref="T:Xamarin.Forms.Effect.Resolve" /> method takes a string that is the concatenation of <paramref name="name" /> (the resolution group name), <c>'.'</c>, and the unique name that was supplied to <see cref="T:Xamarin.Forms.ExportEffectAttribute" />, and returns the specified effect.</para>
+ <example>
+ <para>For example, with the declarations:</para>
+ <code lang="c#"><![CDATA[
[assembly: ResolutionGroupName ("com.YourCompany")]
- [assembly: ExportEffect (typeof (ShadowEffect), "ShadowEffect")]]]>
- </code>
- <para>Then the code below will add the effect to a button:</para>
- <code lang="c#"><![CDATA[
+ [assembly: ExportEffect (typeof (ShadowEffect), "ShadowEffect")]]]></code>
+ <para>Then the code below will add the effect to a button:</para>
+ <code lang="c#"><![CDATA[
[var button = new Button { Text = "I have a shadow" };
- button.Effects.Add (Effect.Resolve ("com.YourCompany.ShadowEffect"));]]>
- </code>
- </example></remarks>
+ button.Effects.Add (Effect.Resolve ("com.YourCompany.ShadowEffect"));]]></code>
+ </example>
+ </remarks>
<altmember cref="T:Xamarin.Forms.ExportEffectAttribute" />
</Docs>
</Member>
diff --git a/docs/Xamarin.Forms.Core/Xamarin.Forms/TableView.xml b/docs/Xamarin.Forms.Core/Xamarin.Forms/TableView.xml
index 96e0db49..c0f6959a 100644
--- a/docs/Xamarin.Forms.Core/Xamarin.Forms/TableView.xml
+++ b/docs/Xamarin.Forms.Core/Xamarin.Forms/TableView.xml
@@ -163,7 +163,9 @@ public class App : Application
<value>To be added.</value>
<remarks>
<para>When the <see cref="P:Xamarin.Forms.TableView.HasUnevenRows" /> property is <see langword="true" />, application developers can set the <see cref="P:Xamarin.Forms.Cell.Height" /> properties to control the height of <see cref="T:Xamarin.Forms.Cell" /> items in the table. When the <see cref="P:Xamarin.Forms.TableView.HasUnevenRows" /> property is <see langword="true" />, the <see cref="P:Xamarin.Forms.TableView.RowHeight" /> property is ignored. When the <see cref="P:Xamarin.Forms.TableView.HasUnevenRows" /> property is <see langword="false" />, app developers can set the <see cref="P:Xamarin.Forms.TableView.RowHeight" /> property to set the height of all Cells, and their individual <see cref="P:Xamarin.Forms.Cell.Height" /> properties are ignored.</para>
- <block subset="none" type="note"><para>Developers must specify row heights on the iOS platform, even when <see cref="P:Xamarin.Forms.TableView.HasUnevenRows" /> is <see langword="true" />.</para></block>
+ <block subset="none" type="note">
+ <para>Developers must specify row heights on the iOS platform, even when <see cref="P:Xamarin.Forms.TableView.HasUnevenRows" /> is <see langword="true" />.</para>
+ </block>
</remarks>
</Docs>
</Member>
diff --git a/docs/Xamarin.Forms.Core/Xamarin.Forms/TemplateBinding.xml b/docs/Xamarin.Forms.Core/Xamarin.Forms/TemplateBinding.xml
index f7ef08c6..73af0f3e 100644
--- a/docs/Xamarin.Forms.Core/Xamarin.Forms/TemplateBinding.xml
+++ b/docs/Xamarin.Forms.Core/Xamarin.Forms/TemplateBinding.xml
@@ -11,8 +11,11 @@
<Interfaces />
<Docs>
<summary>Binds a template property to the parent of the view that owns a <see cref="T:Xamarin.Forms.ControlTemplate" />.</summary>
- <remarks><para>Control templates provide reusable styling and functionality for common UI elements in an application. They do this by providing a common set of properties that bind to the parents of the View that owns the View to which the control template is bound.</para>
- <example><para>Application developers can assign these properties through XAML, as in the following example: </para><code lang="XAML"><![CDATA[
+ <remarks>
+ <para>Control templates provide reusable styling and functionality for common UI elements in an application. They do this by providing a common set of properties that bind to the parents of the View that owns the View to which the control template is bound.</para>
+ <example>
+ <para>Application developers can assign these properties through XAML, as in the following example: </para>
+ <code lang="XAML"><![CDATA[
<ControlTemplate x:Key="LoginTemplate">
<StackLayout VerticalOptions="CenterAndExpand" Spacing="20" Padding="20">
<Entry Text="{TemplateBinding Username}" Placeholder="Username" />
@@ -20,7 +23,9 @@
<Button Command="{TemplateBinding Command}" Text="Click Here To Log In" />
</StackLayout>
</ControlTemplate>]]></code>
-<para>Additionally, application developers can use the <see cref="T:Xamarin.Forms.TemplateExtensions.SetBinding" /> static method to set template bindings in code.</para></example></remarks>
+ <para>Additionally, application developers can use the <see cref="T:Xamarin.Forms.TemplateExtensions.SetBinding" /> static method to set template bindings in code.</para>
+ </example>
+ </remarks>
</Docs>
<Members>
<Member MemberName=".ctor">
diff --git a/docs/Xamarin.Forms.Core/Xamarin.Forms/TextAlignment.xml b/docs/Xamarin.Forms.Core/Xamarin.Forms/TextAlignment.xml
index 55f4e24b..7b982b07 100644
--- a/docs/Xamarin.Forms.Core/Xamarin.Forms/TextAlignment.xml
+++ b/docs/Xamarin.Forms.Core/Xamarin.Forms/TextAlignment.xml
@@ -15,8 +15,8 @@
<BaseTypeName>System.Enum</BaseTypeName>
</Base>
<Docs>
- <summary>Enumerates values that control text alignment.</summary>
- <remarks>To be added.</remarks>
+ <summary>Enumerates values that control text alignment.</summary>
+ <remarks>To be added.</remarks>
</Docs>
<Members>
<Member MemberName="Center">
diff --git a/docs/Xamarin.Forms.Core/Xamarin.Forms/ThicknessTypeConverter.xml b/docs/Xamarin.Forms.Core/Xamarin.Forms/ThicknessTypeConverter.xml
index a2229b55..cd71d52b 100644
--- a/docs/Xamarin.Forms.Core/Xamarin.Forms/ThicknessTypeConverter.xml
+++ b/docs/Xamarin.Forms.Core/Xamarin.Forms/ThicknessTypeConverter.xml
@@ -50,7 +50,6 @@
<AssemblyVersion>1.3.0.0</AssemblyVersion>
<AssemblyVersion>1.4.0.0</AssemblyVersion>
<AssemblyVersion>1.5.0.0</AssemblyVersion>
- <AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Boolean</ReturnType>
@@ -76,7 +75,6 @@
<AssemblyVersion>1.3.0.0</AssemblyVersion>
<AssemblyVersion>1.4.0.0</AssemblyVersion>
<AssemblyVersion>1.5.0.0</AssemblyVersion>
- <AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Object</ReturnType>
diff --git a/docs/Xamarin.Forms.Core/Xamarin.Forms/TypeTypeConverter.xml b/docs/Xamarin.Forms.Core/Xamarin.Forms/TypeTypeConverter.xml
index 996c02ef..331fee34 100644
--- a/docs/Xamarin.Forms.Core/Xamarin.Forms/TypeTypeConverter.xml
+++ b/docs/Xamarin.Forms.Core/Xamarin.Forms/TypeTypeConverter.xml
@@ -39,7 +39,6 @@
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyVersion>1.5.0.0</AssemblyVersion>
- <AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Boolean</ReturnType>
@@ -61,7 +60,6 @@
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyVersion>1.5.0.0</AssemblyVersion>
- <AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Object</ReturnType>
diff --git a/docs/Xamarin.Forms.Core/Xamarin.Forms/UriTypeConverter.xml b/docs/Xamarin.Forms.Core/Xamarin.Forms/UriTypeConverter.xml
index 7938fb70..47a9f5d3 100644
--- a/docs/Xamarin.Forms.Core/Xamarin.Forms/UriTypeConverter.xml
+++ b/docs/Xamarin.Forms.Core/Xamarin.Forms/UriTypeConverter.xml
@@ -50,7 +50,6 @@
<AssemblyVersion>1.3.0.0</AssemblyVersion>
<AssemblyVersion>1.4.0.0</AssemblyVersion>
<AssemblyVersion>1.5.0.0</AssemblyVersion>
- <AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Boolean</ReturnType>
@@ -76,7 +75,6 @@
<AssemblyVersion>1.3.0.0</AssemblyVersion>
<AssemblyVersion>1.4.0.0</AssemblyVersion>
<AssemblyVersion>1.5.0.0</AssemblyVersion>
- <AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Object</ReturnType>
diff --git a/docs/Xamarin.Forms.Core/Xamarin.Forms/WebViewSourceTypeConverter.xml b/docs/Xamarin.Forms.Core/Xamarin.Forms/WebViewSourceTypeConverter.xml
index 401b9d23..3c195a33 100644
--- a/docs/Xamarin.Forms.Core/Xamarin.Forms/WebViewSourceTypeConverter.xml
+++ b/docs/Xamarin.Forms.Core/Xamarin.Forms/WebViewSourceTypeConverter.xml
@@ -50,7 +50,6 @@
<AssemblyVersion>1.3.0.0</AssemblyVersion>
<AssemblyVersion>1.4.0.0</AssemblyVersion>
<AssemblyVersion>1.5.0.0</AssemblyVersion>
- <AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Boolean</ReturnType>
@@ -76,7 +75,6 @@
<AssemblyVersion>1.3.0.0</AssemblyVersion>
<AssemblyVersion>1.4.0.0</AssemblyVersion>
<AssemblyVersion>1.5.0.0</AssemblyVersion>
- <AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Object</ReturnType>
diff --git a/docs/Xamarin.Forms.Core/index.xml b/docs/Xamarin.Forms.Core/index.xml
index d0b91d0c..4109038b 100644
--- a/docs/Xamarin.Forms.Core/index.xml
+++ b/docs/Xamarin.Forms.Core/index.xml
@@ -12,7 +12,7 @@
<AttributeName>System.Reflection.AssemblyConfiguration("")</AttributeName>
</Attribute>
<Attribute>
- <AttributeName>System.Reflection.AssemblyCopyright("Copyright © Xamarin Inc. 2013-2015")</AttributeName>
+ <AttributeName>System.Reflection.AssemblyCopyright("Copyright © Xamarin Inc. 2013-2016")</AttributeName>
</Attribute>
<Attribute>
<AttributeName>System.Reflection.AssemblyDescription("")</AttributeName>
@@ -102,6 +102,9 @@
<AttributeName>System.Runtime.CompilerServices.InternalsVisibleTo("Xamarin.Forms.Core.Android.UITests")</AttributeName>
</Attribute>
<Attribute>
+ <AttributeName>System.Runtime.CompilerServices.InternalsVisibleTo("Xamarin.Forms.Core.Windows.UITests")</AttributeName>
+ </Attribute>
+ <Attribute>
<AttributeName>System.Runtime.CompilerServices.InternalsVisibleTo("Xamarin.Forms.iOS.UITests")</AttributeName>
</Attribute>
<Attribute>
@@ -120,11 +123,20 @@
<AttributeName>System.Runtime.CompilerServices.InternalsVisibleTo("Xamarin.Forms.Platform")</AttributeName>
</Attribute>
<Attribute>
+ <AttributeName>System.Runtime.CompilerServices.InternalsVisibleTo("Xamarin.Forms.Pages")</AttributeName>
+ </Attribute>
+ <Attribute>
+ <AttributeName>System.Runtime.CompilerServices.InternalsVisibleTo("Xamarin.Forms.Pages.UnitTests")</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>
+ <Attribute>
+ <AttributeName>Xamarin.Forms.Internals.Preserve</AttributeName>
+ </Attribute>
</Attributes>
</Assembly>
</Assemblies>
@@ -169,6 +181,9 @@
<Type Name="BoundsTypeConverter" Kind="Class" />
<Type Name="BoxView" Kind="Class" />
<Type Name="Button" Kind="Class" />
+ <Type Name="Button+ButtonContentLayout" Kind="Class" />
+ <Type Name="Button+ButtonContentLayout+ImagePosition" Kind="Enumeration" />
+ <Type Name="Button+ButtonContentTypeConverter" Kind="Class" />
<Type Name="CarouselPage" Kind="Class" />
<Type Name="Cell" Kind="Class" />
<Type Name="CollectionSynchronizationCallback" Kind="Delegate" />
@@ -233,11 +248,14 @@
<Type Name="IApplicationController" Kind="Interface" />
<Type Name="IAppLinkEntry" Kind="Interface" />
<Type Name="IAppLinks" Kind="Interface" />
+ <Type Name="IButtonController" Kind="Interface" />
<Type Name="IDefinition" Kind="Interface" />
<Type Name="IEffectControlProvider" Kind="Interface" />
<Type Name="IElementController" Kind="Interface" />
+ <Type Name="IEntryController" Kind="Interface" />
<Type Name="IExtendedTypeConverter" Kind="Interface" />
<Type Name="IGestureRecognizer" Kind="Interface" />
+ <Type Name="IImageController" Kind="Interface" />
<Type Name="IItemViewController" Kind="Interface" />
<Type Name="ILayout" Kind="Interface" />
<Type Name="ILayoutController" Kind="Interface" />
@@ -248,13 +266,14 @@
<Type Name="INativeElementView" Kind="Interface" />
<Type Name="INavigation" Kind="Interface" />
<Type Name="InputView" Kind="Class" />
+ <Type Name="IOpenGlViewController" Kind="Interface" />
<Type Name="IOpenGLViewController" Kind="Interface" />
<Type Name="IPageContainer`1" DisplayName="IPageContainer&lt;T&gt;" Kind="Interface" />
<Type Name="IPlatform" Kind="Interface" />
<Type Name="IPlatformEngine" Kind="Interface" />
<Type Name="IRegisterable" Kind="Interface" />
<Type Name="IScrollViewController" Kind="Interface" />
- <Type Name="ItemsView" Kind="Class" />
+ <Type Name="ISearchBarController" Kind="Interface" />
<Type Name="ItemsView`1" DisplayName="ItemsView&lt;TVisual&gt;" Kind="Class" />
<Type Name="ItemTappedEventArgs" Kind="Class" />
<Type Name="ItemVisibilityEventArgs" Kind="Class" />
@@ -262,6 +281,7 @@
<Type Name="IViewContainer`1" DisplayName="IViewContainer&lt;T&gt;" Kind="Interface" />
<Type Name="IViewController" Kind="Interface" />
<Type Name="IVisualElementController" Kind="Interface" />
+ <Type Name="IWebViewDelegate" Kind="Interface" />
<Type Name="Keyboard" Kind="Class" />
<Type Name="KeyboardFlags" Kind="Enumeration" />
<Type Name="KeyboardTypeConverter" Kind="Class" />
@@ -394,10 +414,14 @@
</Namespace>
<Namespace Name="Xamarin.Forms.Internals">
<Type Name="DynamicResource" Kind="Class" />
+ <Type Name="EvalRequested" Kind="Class" />
<Type Name="IDataTemplate" Kind="Interface" />
<Type Name="IDynamicResourceHandler" Kind="Interface" />
<Type Name="INameScope" Kind="Interface" />
+ <Type Name="InvalidationTrigger" Kind="Enumeration" />
<Type Name="NameScope" Kind="Class" />
+ <Type Name="PreserveAttribute" Kind="Class" />
+ <Type Name="Ticker" Kind="Class" />
</Namespace>
<Namespace Name="Xamarin.Forms.Xaml">
<Type Name="IMarkupExtension" Kind="Interface" />
diff --git a/docs/Xamarin.Forms.Maps/index.xml b/docs/Xamarin.Forms.Maps/index.xml
index 94c91402..c8db2882 100644
--- a/docs/Xamarin.Forms.Maps/index.xml
+++ b/docs/Xamarin.Forms.Maps/index.xml
@@ -12,7 +12,7 @@
<AttributeName>System.Reflection.AssemblyConfiguration("")</AttributeName>
</Attribute>
<Attribute>
- <AttributeName>System.Reflection.AssemblyCopyright("Copyright © Xamarin Inc. 2013-2015")</AttributeName>
+ <AttributeName>System.Reflection.AssemblyCopyright("Copyright © Xamarin Inc. 2013-2016")</AttributeName>
</Attribute>
<Attribute>
<AttributeName>System.Reflection.AssemblyDescription("")</AttributeName>
@@ -48,6 +48,15 @@
<AttributeName>System.Runtime.CompilerServices.InternalsVisibleTo("Xamarin.Forms.Maps.WP8")</AttributeName>
</Attribute>
<Attribute>
+ <AttributeName>System.Runtime.CompilerServices.InternalsVisibleTo("Xamarin.Forms.Maps.UWP")</AttributeName>
+ </Attribute>
+ <Attribute>
+ <AttributeName>System.Runtime.CompilerServices.InternalsVisibleTo("Xamarin.Forms.Maps.WinRT.Phone")</AttributeName>
+ </Attribute>
+ <Attribute>
+ <AttributeName>System.Runtime.CompilerServices.InternalsVisibleTo("Xamarin.Forms.Maps.WinRT.Tablet")</AttributeName>
+ </Attribute>
+ <Attribute>
<AttributeName>System.Runtime.CompilerServices.InternalsVisibleTo("iOSUnitTests")</AttributeName>
</Attribute>
<Attribute>
@@ -75,7 +84,7 @@
<AttributeName>System.Runtime.Versioning.TargetFramework(".NETPortable,Version=v4.5,Profile=Profile259", FrameworkDisplayName=".NET Portable Subset")</AttributeName>
</Attribute>
<Attribute>
- <AttributeName>Xamarin.Forms.Preserve</AttributeName>
+ <AttributeName>Xamarin.Forms.Internals.Preserve</AttributeName>
</Attribute>
</Attributes>
</Assembly>
diff --git a/docs/Xamarin.Forms.Xaml/Xamarin.Forms.Xaml/Extensions.xml b/docs/Xamarin.Forms.Xaml/Xamarin.Forms.Xaml/Extensions.xml
index 6a6a19a8..b2c72488 100644
--- a/docs/Xamarin.Forms.Xaml/Xamarin.Forms.Xaml/Extensions.xml
+++ b/docs/Xamarin.Forms.Xaml/Xamarin.Forms.Xaml/Extensions.xml
@@ -21,8 +21,8 @@
</Docs>
<Members>
<Member MemberName="LoadFromXaml&lt;TView&gt;">
- <MemberSignature Language="C#" Value="public static TView LoadFromXaml&lt;TView&gt; (this TView view, Type callingType) where TView : Xamarin.Forms.BindableObject;" />
- <MemberSignature Language="ILAsm" Value=".method public static hidebysig !!TView LoadFromXaml&lt;(class Xamarin.Forms.BindableObject) TView&gt;(!!TView view, class System.Type callingType) cil managed" />
+ <MemberSignature Language="C#" Value="public static TXaml LoadFromXaml&lt;TXaml&gt; (this TXaml view, Type callingType);" />
+ <MemberSignature Language="ILAsm" Value=".method public static hidebysig !!TXaml LoadFromXaml&lt;TXaml&gt;(!!TXaml view, class System.Type callingType) cil managed" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
@@ -31,10 +31,9 @@
<AssemblyVersion>1.3.0.0</AssemblyVersion>
<AssemblyVersion>1.4.0.0</AssemblyVersion>
<AssemblyVersion>1.5.0.0</AssemblyVersion>
- <AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
- <ReturnType>TView</ReturnType>
+ <ReturnType>TXaml</ReturnType>
</ReturnValue>
<TypeParameters>
<TypeParameter Name="TView">
@@ -44,11 +43,11 @@
</TypeParameter>
</TypeParameters>
<Parameters>
- <Parameter Name="view" Type="TView" RefType="this" />
+ <Parameter Name="view" Type="TXaml" RefType="this" />
<Parameter Name="callingType" Type="System.Type" />
</Parameters>
<Docs>
- <typeparam name="TView">To be added.</typeparam>
+ <typeparam name="TXaml">To be added.</typeparam>
<param name="view">To be added.</param>
<param name="callingType">To be added.</param>
<summary>Configures <paramref name="view" /> with the properties that are defined in the application manifest for <paramref name="callingType" />.</summary>
@@ -56,5 +55,31 @@
<remarks>To be added.</remarks>
</Docs>
</Member>
+ <Member MemberName="LoadFromXaml&lt;TXaml&gt;">
+ <MemberSignature Language="C#" Value="public static TXaml LoadFromXaml&lt;TXaml&gt; (this TXaml view, Type callingType);" />
+ <MemberSignature Language="ILAsm" Value=".method public static hidebysig !!TXaml LoadFromXaml&lt;TXaml&gt;(!!TXaml view, class System.Type callingType) cil managed" />
+ <MemberType>Method</MemberType>
+ <AssemblyInfo>
+ <AssemblyVersion>2.0.0.0</AssemblyVersion>
+ </AssemblyInfo>
+ <ReturnValue>
+ <ReturnType>TXaml</ReturnType>
+ </ReturnValue>
+ <TypeParameters>
+ <TypeParameter Name="TXaml" />
+ </TypeParameters>
+ <Parameters>
+ <Parameter Name="view" Type="TXaml" RefType="this" />
+ <Parameter Name="callingType" Type="System.Type" />
+ </Parameters>
+ <Docs>
+ <typeparam name="TXaml">To be added.</typeparam>
+ <param name="view">To be added.</param>
+ <param name="callingType">To be added.</param>
+ <summary>To be added.</summary>
+ <returns>To be added.</returns>
+ <remarks>To be added.</remarks>
+ </Docs>
+ </Member>
</Members>
</Type>
diff --git a/docs/Xamarin.Forms.Xaml/index.xml b/docs/Xamarin.Forms.Xaml/index.xml
index 7f663c63..1c4a761e 100644
--- a/docs/Xamarin.Forms.Xaml/index.xml
+++ b/docs/Xamarin.Forms.Xaml/index.xml
@@ -12,7 +12,7 @@
<AttributeName>System.Reflection.AssemblyConfiguration("")</AttributeName>
</Attribute>
<Attribute>
- <AttributeName>System.Reflection.AssemblyCopyright("Copyright © Xamarin Inc. 2013-2015")</AttributeName>
+ <AttributeName>System.Reflection.AssemblyCopyright("Copyright © Xamarin Inc. 2013-2016")</AttributeName>
</Attribute>
<Attribute>
<AttributeName>System.Reflection.AssemblyDescription("")</AttributeName>
@@ -48,7 +48,7 @@
<AttributeName>System.Runtime.Versioning.TargetFramework(".NETPortable,Version=v4.5,Profile=Profile259", FrameworkDisplayName=".NET Portable Subset")</AttributeName>
</Attribute>
<Attribute>
- <AttributeName>Xamarin.Forms.Preserve</AttributeName>
+ <AttributeName>Xamarin.Forms.Internals.Preserve</AttributeName>
</Attribute>
</Attributes>
</Assembly>
@@ -85,31 +85,27 @@
<ExtensionMethods>
<ExtensionMethod>
<Targets>
- <Target Type="T:Xamarin.Forms.BindableObject" />
+ <Target Type="System.Object" />
</Targets>
- <Member MemberName="LoadFromXaml&lt;TView&gt;">
- <MemberSignature Language="C#" Value="public static TView LoadFromXaml&lt;TView&gt; (this TView view, Type callingType) where TView : Xamarin.Forms.BindableObject;" />
- <MemberSignature Language="ILAsm" Value=".method public static hidebysig !!TView LoadFromXaml&lt;(class Xamarin.Forms.BindableObject) TView&gt;(!!TView view, class System.Type callingType) cil managed" />
+ <Member MemberName="LoadFromXaml&lt;TXaml&gt;">
+ <MemberSignature Language="C#" Value="public static TXaml LoadFromXaml&lt;TXaml&gt; (this TXaml view, Type callingType);" />
+ <MemberSignature Language="ILAsm" Value=".method public static hidebysig !!TXaml LoadFromXaml&lt;TXaml&gt;(!!TXaml view, class System.Type callingType) cil managed" />
<MemberType>ExtensionMethod</MemberType>
<ReturnValue>
- <ReturnType>TView</ReturnType>
+ <ReturnType>TXaml</ReturnType>
</ReturnValue>
<TypeParameters>
- <TypeParameter Name="TView">
- <Constraints>
- <BaseTypeName>Xamarin.Forms.BindableObject</BaseTypeName>
- </Constraints>
- </TypeParameter>
+ <TypeParameter Name="TXaml" />
</TypeParameters>
<Parameters>
- <Parameter Name="view" Type="TView" RefType="this" />
+ <Parameter Name="view" Type="TXaml" RefType="this" />
<Parameter Name="callingType" Type="System.Type" />
</Parameters>
<Docs>
- <typeparam name="TView">To be added.</typeparam>
+ <typeparam name="TXaml">To be added.</typeparam>
<param name="view">To be added.</param>
<param name="callingType">To be added.</param>
- <summary>Configures <paramref name="view" /> with the properties that are defined in the application manifest for <paramref name="callingType" />.</summary>
+ <summary>To be added.</summary>
</Docs>
<Link Type="Xamarin.Forms.Xaml.Extensions" Member="M:Xamarin.Forms.Xaml.Extensions.LoadFromXaml``1(``0,System.Type)" />
</Member>