summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephane Delcroix <stephane@delcroix.org>2017-01-25 14:47:27 +0100
committerKangho Hur <kangho.hur@samsung.com>2017-10-23 13:34:24 +0900
commitce2e0b850a9818a1d58951e95832167df42784c2 (patch)
tree9cabcd6b811e63e173da03e6b14cc20ee781afd3
parent06a483370db836ab07fe1f01c3ca2177999d2319 (diff)
downloadxamarin-forms-ce2e0b850a9818a1d58951e95832167df42784c2.tar.gz
xamarin-forms-ce2e0b850a9818a1d58951e95832167df42784c2.tar.bz2
xamarin-forms-ce2e0b850a9818a1d58951e95832167df42784c2.zip
[Xaml[C]] Do not instantiate DataTemplate Content at parsing time (#683)
* [Xaml] rename VisitChildrenFirst * [Xaml] rework SkipChildren in XamlNode * [Xaml] fix 45179 * fix
-rw-r--r--Xamarin.Forms.Xaml/MarkupExtensions/StaticResourceExtension.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Xamarin.Forms.Xaml/MarkupExtensions/StaticResourceExtension.cs b/Xamarin.Forms.Xaml/MarkupExtensions/StaticResourceExtension.cs
index c2137ece..8d33d050 100644
--- a/Xamarin.Forms.Xaml/MarkupExtensions/StaticResourceExtension.cs
+++ b/Xamarin.Forms.Xaml/MarkupExtensions/StaticResourceExtension.cs
@@ -86,4 +86,4 @@ namespace Xamarin.Forms.Xaml
return resource;
}
}
-} \ No newline at end of file
+}