summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Core/SearchBar.cs
diff options
context:
space:
mode:
authorStephane Delcroix <stephane@delcroix.org>2017-03-03 12:39:30 +0100
committerStephane Delcroix <stephane@delcroix.org>2017-03-03 12:40:38 +0100
commit81058db4f57982891904e7d8da68971ab4d91379 (patch)
treed4b78a3a08f1fabb8c2ed9ddc1b46f9426b14757 /Xamarin.Forms.Core/SearchBar.cs
parentcaf2e814120b3abce2050b588c66cfd3589035d3 (diff)
downloadxamarin-forms-81058db4f57982891904e7d8da68971ab4d91379.tar.gz
xamarin-forms-81058db4f57982891904e7d8da68971ab4d91379.tar.bz2
xamarin-forms-81058db4f57982891904e7d8da68971ab4d91379.zip
[C] move the Font proxying into FontElement
Diffstat (limited to 'Xamarin.Forms.Core/SearchBar.cs')
-rw-r--r--Xamarin.Forms.Core/SearchBar.cs4
1 files changed, 4 insertions, 0 deletions
diff --git a/Xamarin.Forms.Core/SearchBar.cs b/Xamarin.Forms.Core/SearchBar.cs
index 5e82f84e..a7d01b67 100644
--- a/Xamarin.Forms.Core/SearchBar.cs
+++ b/Xamarin.Forms.Core/SearchBar.cs
@@ -125,6 +125,10 @@ namespace Xamarin.Forms
{
}
+ void IFontElement.OnFontChanged(Font oldValue, Font newValue)
+ {
+ }
+
public event EventHandler SearchButtonPressed;
public event EventHandler<TextChangedEventArgs> TextChanged;