summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Pages
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 /Xamarin.Forms.Pages
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 'Xamarin.Forms.Pages')
-rw-r--r--Xamarin.Forms.Pages/DataSourceBindingExtension.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Xamarin.Forms.Pages/DataSourceBindingExtension.cs b/Xamarin.Forms.Pages/DataSourceBindingExtension.cs
index 279240e7..0b07476b 100644
--- a/Xamarin.Forms.Pages/DataSourceBindingExtension.cs
+++ b/Xamarin.Forms.Pages/DataSourceBindingExtension.cs
@@ -4,6 +4,7 @@ using Xamarin.Forms.Xaml;
namespace Xamarin.Forms.Pages
{
[ContentProperty("Path")]
+ [AcceptEmptyServiceProvider]
public sealed class DataSourceBindingExtension : IMarkupExtension<BindingBase>
{
public DataSourceBindingExtension()