summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorStephane Delcroix <stephane@delcroix.org>2017-02-27 09:33:23 +0100
committerGitHub <noreply@github.com>2017-02-27 09:33:23 +0100
commit62056766a49f08386f4516e06f64825ad0cb8e89 (patch)
tree74a04c34bcdda8d24e2afc319a401d730531f5e2 /docs
parent6d9fd894e4c940c5c2d16e4a4dcf59c2fa184642 (diff)
downloadxamarin-forms-62056766a49f08386f4516e06f64825ad0cb8e89.tar.gz
xamarin-forms-62056766a49f08386f4516e06f64825ad0cb8e89.tar.bz2
xamarin-forms-62056766a49f08386f4516e06f64825ad0cb8e89.zip
[Xaml] no longer require a ServiceProvider for Trigger and PropertyCo… (#771)
* [Xaml] no longer require a ServiceProvider for Trigger and PropertyCondition * fix
Diffstat (limited to 'docs')
-rw-r--r--docs/Xamarin.Forms.Core/Xamarin.Forms/PropertyCondition.xml5
-rw-r--r--docs/Xamarin.Forms.Core/Xamarin.Forms/Trigger.xml3
2 files changed, 8 insertions, 0 deletions
diff --git a/docs/Xamarin.Forms.Core/Xamarin.Forms/PropertyCondition.xml b/docs/Xamarin.Forms.Core/Xamarin.Forms/PropertyCondition.xml
index 7baedb01..13c13587 100644
--- a/docs/Xamarin.Forms.Core/Xamarin.Forms/PropertyCondition.xml
+++ b/docs/Xamarin.Forms.Core/Xamarin.Forms/PropertyCondition.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 a property.</summary>
<remarks>
diff --git a/docs/Xamarin.Forms.Core/Xamarin.Forms/Trigger.xml b/docs/Xamarin.Forms.Core/Xamarin.Forms/Trigger.xml
index ef04bf9c..3bde4c70 100644
--- a/docs/Xamarin.Forms.Core/Xamarin.Forms/Trigger.xml
+++ b/docs/Xamarin.Forms.Core/Xamarin.Forms/Trigger.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 property condition and an action that is performed when the condition is met.</summary>