summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Xaml/XamlServiceProvider.cs
diff options
context:
space:
mode:
authorStephane Delcroix <stephane@delcroix.org>2017-04-07 09:48:17 +0200
committerGitHub <noreply@github.com>2017-04-07 09:48:17 +0200
commit5ea000a76d03a5328fe18761fbdf8b05e26a170b (patch)
tree128b2a0f74276be3081c3cada0716ad9bf64fa46 /Xamarin.Forms.Xaml/XamlServiceProvider.cs
parent5f2796e160f99bad31c1b06a2d1f328b5ed02ba3 (diff)
downloadxamarin-forms-5ea000a76d03a5328fe18761fbdf8b05e26a170b.tar.gz
xamarin-forms-5ea000a76d03a5328fe18761fbdf8b05e26a170b.tar.bz2
xamarin-forms-5ea000a76d03a5328fe18761fbdf8b05e26a170b.zip
[Xaml] Set the TargetProperty on ServiceProvider (#847)
Diffstat (limited to 'Xamarin.Forms.Xaml/XamlServiceProvider.cs')
-rw-r--r--Xamarin.Forms.Xaml/XamlServiceProvider.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Xamarin.Forms.Xaml/XamlServiceProvider.cs b/Xamarin.Forms.Xaml/XamlServiceProvider.cs
index 5d99f952..674795ff 100644
--- a/Xamarin.Forms.Xaml/XamlServiceProvider.cs
+++ b/Xamarin.Forms.Xaml/XamlServiceProvider.cs
@@ -103,7 +103,7 @@ namespace Xamarin.Forms.Xaml.Internals
HydratationContext Context { get; }
public object TargetObject { get; }
- public object TargetProperty { get; } = null;
+ public object TargetProperty { get; internal set; } = null;
IEnumerable<object> IProvideParentValues.ParentObjects
{