summaryrefslogtreecommitdiff
path: root/docs/Xamarin.Forms.Core/Xamarin.Forms
diff options
context:
space:
mode:
authorStephane Delcroix <stephane@delcroix.org>2017-02-24 09:10:11 +0100
committerGitHub <noreply@github.com>2017-02-24 09:10:11 +0100
commit6d9fd894e4c940c5c2d16e4a4dcf59c2fa184642 (patch)
tree48831a65456dde1c61ace60b39fdf1b9330e621e /docs/Xamarin.Forms.Core/Xamarin.Forms
parent81d6812dc9069b7c29727cf039465fbc244a94cc (diff)
downloadxamarin-forms-6d9fd894e4c940c5c2d16e4a4dcf59c2fa184642.tar.gz
xamarin-forms-6d9fd894e4c940c5c2d16e4a4dcf59c2fa184642.tar.bz2
xamarin-forms-6d9fd894e4c940c5c2d16e4a4dcf59c2fa184642.zip
[Xaml] decorate markup and value providers to speed up inflating (#770)
* [Xaml] decorate markup and value providers to speed up inflating * update docs * fix docs
Diffstat (limited to 'docs/Xamarin.Forms.Core/Xamarin.Forms')
-rw-r--r--docs/Xamarin.Forms.Core/Xamarin.Forms/BindingCondition.xml5
-rw-r--r--docs/Xamarin.Forms.Core/Xamarin.Forms/DataTrigger.xml3
2 files changed, 8 insertions, 0 deletions
diff --git a/docs/Xamarin.Forms.Core/Xamarin.Forms/BindingCondition.xml b/docs/Xamarin.Forms.Core/Xamarin.Forms/BindingCondition.xml
index b88d3135..ddebc6dc 100644
--- a/docs/Xamarin.Forms.Core/Xamarin.Forms/BindingCondition.xml
+++ b/docs/Xamarin.Forms.Core/Xamarin.Forms/BindingCondition.xml
@@ -16,6 +16,11 @@
<InterfaceName>Xamarin.Forms.Xaml.IValueProvider</InterfaceName>
</Interface>
</Interfaces>
+ <Attributes>
+ <Attribute>
+ <AttributeName>Xamarin.Forms.Xaml.AcceptEmptyServiceProvider</AttributeName>
+ </Attribute>
+ </Attributes>
<Docs>
<summary>Class that represents a value comparison with the target of an arbitrary binding.</summary>
<remarks>To be added.</remarks>
diff --git a/docs/Xamarin.Forms.Core/Xamarin.Forms/DataTrigger.xml b/docs/Xamarin.Forms.Core/Xamarin.Forms/DataTrigger.xml
index 39337fe0..e5758fc9 100644
--- a/docs/Xamarin.Forms.Core/Xamarin.Forms/DataTrigger.xml
+++ b/docs/Xamarin.Forms.Core/Xamarin.Forms/DataTrigger.xml
@@ -20,6 +20,9 @@
<Attribute>
<AttributeName>Xamarin.Forms.ContentProperty("Setters")</AttributeName>
</Attribute>
+ <Attribute>
+ <AttributeName>Xamarin.Forms.Xaml.AcceptEmptyServiceProvider</AttributeName>
+ </Attribute>
</Attributes>
<Docs>
<summary>Class that represents a binding condition and a list of <see cref="T:Xamarin.Forms.Setter" /> objects that will be applied when the condition is met.</summary>