summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform.WP8
diff options
context:
space:
mode:
authorE.Z. Hart <hartez@gmail.com>2016-04-07 12:06:55 -0600
committerE.Z. Hart <hartez@gmail.com>2016-04-07 12:06:55 -0600
commit748153c4e1c13831dafb680841ca68ee2d071935 (patch)
tree2f2244cac381b85cf40a75a468b2c91ae02ce857 /Xamarin.Forms.Platform.WP8
parent76fd8ced7c8040846eba47e2d2b41da5132ecfb5 (diff)
parentae4444baeff9b6f82cd8a5aec4e41e3ed7e66d00 (diff)
downloadxamarin-forms-748153c4e1c13831dafb680841ca68ee2d071935.tar.gz
xamarin-forms-748153c4e1c13831dafb680841ca68ee2d071935.tar.bz2
xamarin-forms-748153c4e1c13831dafb680841ca68ee2d071935.zip
Merge branch 'master' of github.com:xamarin/Xamarin.Forms
Diffstat (limited to 'Xamarin.Forms.Platform.WP8')
-rw-r--r--Xamarin.Forms.Platform.WP8/TextCellRenderer.cs5
-rw-r--r--Xamarin.Forms.Platform.WP8/Xamarin.Forms.Platform.WP8.csproj2
2 files changed, 6 insertions, 1 deletions
diff --git a/Xamarin.Forms.Platform.WP8/TextCellRenderer.cs b/Xamarin.Forms.Platform.WP8/TextCellRenderer.cs
index b3c2453d..56a9a389 100644
--- a/Xamarin.Forms.Platform.WP8/TextCellRenderer.cs
+++ b/Xamarin.Forms.Platform.WP8/TextCellRenderer.cs
@@ -34,6 +34,11 @@ namespace Xamarin.Forms.Platform.WinPhone
var entryCell = (EntryCell)parameter;
entryCell.SendCompleted();
}
+
+ protected virtual void OnCanExecuteChanged()
+ {
+ CanExecuteChanged?.Invoke(this, EventArgs.Empty);
+ }
}
public class EntryCellPhoneTextBox : PhoneTextBox
diff --git a/Xamarin.Forms.Platform.WP8/Xamarin.Forms.Platform.WP8.csproj b/Xamarin.Forms.Platform.WP8/Xamarin.Forms.Platform.WP8.csproj
index b8b2c4f5..d2e99c8a 100644
--- a/Xamarin.Forms.Platform.WP8/Xamarin.Forms.Platform.WP8.csproj
+++ b/Xamarin.Forms.Platform.WP8/Xamarin.Forms.Platform.WP8.csproj
@@ -32,7 +32,7 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
- <NoWarn>4014;0618;0219;0067</NoWarn>
+ <NoWarn>4014;0618;0219</NoWarn>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>