From 32e739891f120e164b4b837fb984e5db8105ab01 Mon Sep 17 00:00:00 2001 From: "E.Z. Hart" Date: Wed, 18 Oct 2017 16:53:56 -0600 Subject: Stop forcing FormsTextBox content to ForegroundFocusBrush on UWP (#1206) --- Xamarin.Forms.Platform.UAP/FormsTextBoxStyle.xaml | 2 +- Xamarin.Forms.Platform.WinRT/FormsTextBox.cs | 40 ++++++++++++++++++----- 2 files changed, 33 insertions(+), 9 deletions(-) diff --git a/Xamarin.Forms.Platform.UAP/FormsTextBoxStyle.xaml b/Xamarin.Forms.Platform.UAP/FormsTextBoxStyle.xaml index 0e147d7f..0003a813 100644 --- a/Xamarin.Forms.Platform.UAP/FormsTextBoxStyle.xaml +++ b/Xamarin.Forms.Platform.UAP/FormsTextBoxStyle.xaml @@ -178,7 +178,7 @@ Foreground="{ThemeResource SystemControlForegroundBaseHighBrush}" FontWeight="Normal" Margin="0,0,0,8" Grid.Row="0" Visibility="Collapsed" x:DeferLoadStrategy="Lazy" />