summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
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>