summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Core/TemplatedPage.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Xamarin.Forms.Core/TemplatedPage.cs')
-rw-r--r--Xamarin.Forms.Core/TemplatedPage.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Xamarin.Forms.Core/TemplatedPage.cs b/Xamarin.Forms.Core/TemplatedPage.cs
index aa811510..69c2d58b 100644
--- a/Xamarin.Forms.Core/TemplatedPage.cs
+++ b/Xamarin.Forms.Core/TemplatedPage.cs
@@ -13,7 +13,7 @@ namespace Xamarin.Forms
set { SetValue(ControlTemplateProperty, value); }
}
- IList<Element> IControlTemplated.InternalChildren => ((IPageController)this).InternalChildren;
+ IList<Element> IControlTemplated.InternalChildren => InternalChildren;
internal override void ComputeConstraintForView(View view)
{