summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Controls
diff options
context:
space:
mode:
authorRui Marinho <me@ruimarinho.net>2017-03-23 11:03:48 +0000
committerGitHub <noreply@github.com>2017-03-23 11:03:48 +0000
commit2be80a55a514a050ab5ab07a201d13c111f49f63 (patch)
treea9cc64903a830e4b754ae6eee3fcc2ebb3ba200d /Xamarin.Forms.Controls
parent16fcac8cf52ab960e7354a52864b0a72aefdfc1f (diff)
downloadxamarin-forms-2be80a55a514a050ab5ab07a201d13c111f49f63.tar.gz
xamarin-forms-2be80a55a514a050ab5ab07a201d13c111f49f63.tar.bz2
xamarin-forms-2be80a55a514a050ab5ab07a201d13c111f49f63.zip
[UITests]Add Xamarin.Forms.Core.UITests.Shared (#711)
* [UITests]Add Xamarin.Forms.Core.UITests.Shared * fix * [UITests]Use shared UITest project on macOS * [UITests] Add correct platform queries * [Controls] Add missing Preserve
Diffstat (limited to 'Xamarin.Forms.Controls')
-rw-r--r--Xamarin.Forms.Controls/GalleryPages/UnevenListGallery.cs10
1 files changed, 7 insertions, 3 deletions
diff --git a/Xamarin.Forms.Controls/GalleryPages/UnevenListGallery.cs b/Xamarin.Forms.Controls/GalleryPages/UnevenListGallery.cs
index 1c8b16c4..3a3b150f 100644
--- a/Xamarin.Forms.Controls/GalleryPages/UnevenListGallery.cs
+++ b/Xamarin.Forms.Controls/GalleryPages/UnevenListGallery.cs
@@ -3,12 +3,14 @@ using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
+using Xamarin.Forms.Internals;
namespace Xamarin.Forms.Controls
{
- public class UnevenListGallery : ContentPage
+ [Preserve(AllMembers = true)]
+ public class UnevenListGallery : ContentPage
{
- public UnevenListGallery ()
+ public UnevenListGallery ()
{
Padding = new Thickness (0, 20, 0, 0);
@@ -67,7 +69,9 @@ For in that sleep of death, what dreams may come",
Content = grd;
}
- public class UnevenRowsCell : ViewCell
+
+ [Preserve(AllMembers = true)]
+ public class UnevenRowsCell : ViewCell
{
public UnevenRowsCell ()
{