diff --git a/.nuspec/Xamarin.Forms.nuspec b/.nuspec/Xamarin.Forms.nuspec index f57e53adda5..16520f0fd09 100644 --- a/.nuspec/Xamarin.Forms.nuspec +++ b/.nuspec/Xamarin.Forms.nuspec @@ -239,6 +239,7 @@ + diff --git a/Xamarin.Forms.ControlGallery.WindowsUniversal/Xamarin.Forms.ControlGallery.WindowsUniversal.csproj b/Xamarin.Forms.ControlGallery.WindowsUniversal/Xamarin.Forms.ControlGallery.WindowsUniversal.csproj index a4952000455..58ad67b3eb5 100644 --- a/Xamarin.Forms.ControlGallery.WindowsUniversal/Xamarin.Forms.ControlGallery.WindowsUniversal.csproj +++ b/Xamarin.Forms.ControlGallery.WindowsUniversal/Xamarin.Forms.ControlGallery.WindowsUniversal.csproj @@ -12,7 +12,7 @@ Xamarin.Forms.ControlGallery.WindowsUniversal en-US UAP - 10.0.10240.0 + 10.0.10586.0 10.0.10240.0 14 true diff --git a/Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/DefaultColorToggleTest.cs b/Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/DefaultColorToggleTest.cs index 4cd6cf5f17d..f943f1586bb 100644 --- a/Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/DefaultColorToggleTest.cs +++ b/Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/DefaultColorToggleTest.cs @@ -58,7 +58,7 @@ static ContentPage PasswordPage() static ContentPage SearchBarPage() { - var searchbarTextColorDefaultToggle = new Entry() { Text = "Default SearchBar Text Color" }; + var searchbarTextColorDefaultToggle = new SearchBar() { Text = "Default SearchBar Text Color" }; var searchbarTextColorToggleButton = new Button() { Text = "Toggle SearchBar Color" }; searchbarTextColorToggleButton.Clicked += (sender, args) => { if (searchbarTextColorDefaultToggle.TextColor.IsDefault) @@ -73,7 +73,7 @@ static ContentPage SearchBarPage() } }; - var searchbarPlaceholderColorDefaultToggle = new Entry() { Placeholder = "Default Placeholder Color" }; + var searchbarPlaceholderColorDefaultToggle = new SearchBar() { Placeholder = "Default Placeholder Color" }; var searchbarPlaceholderToggleButton = new Button() { Text = "Toggle Placeholder Color" }; searchbarPlaceholderToggleButton.Clicked += (sender, args) => { if (searchbarPlaceholderColorDefaultToggle.PlaceholderColor.IsDefault) diff --git a/Xamarin.Forms.Platform.UAP/AutoSuggestStyle.xaml b/Xamarin.Forms.Platform.UAP/AutoSuggestStyle.xaml new file mode 100644 index 00000000000..3c85a01f590 --- /dev/null +++ b/Xamarin.Forms.Platform.UAP/AutoSuggestStyle.xaml @@ -0,0 +1,389 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Visible + + + + + + + + + + + + + + + + + + + + + + + +