summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Core/IElementController.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Xamarin.Forms.Core/IElementController.cs')
-rw-r--r--Xamarin.Forms.Core/IElementController.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/Xamarin.Forms.Core/IElementController.cs b/Xamarin.Forms.Core/IElementController.cs
index 41f229c4..24713b0e 100644
--- a/Xamarin.Forms.Core/IElementController.cs
+++ b/Xamarin.Forms.Core/IElementController.cs
@@ -6,6 +6,8 @@ namespace Xamarin.Forms
{
IEffectControlProvider EffectControlProvider { get; set; }
+ bool EffectIsAttached(string name);
+
void SetValueFromRenderer(BindableProperty property, object value);
void SetValueFromRenderer(BindablePropertyKey propertyKey, object value);
ReadOnlyCollection<Element> LogicalChildren { get; }