[Xaml[C]] Do not instantiate DataTemplate Content at parsing time (#683)
authorStephane Delcroix <stephane@delcroix.org>
Wed, 25 Jan 2017 13:47:27 +0000 (14:47 +0100)
committerKangho Hur <kangho.hur@samsung.com>
Mon, 24 Apr 2017 04:33:56 +0000 (13:33 +0900)
* [Xaml] rename VisitChildrenFirst

* [Xaml] rework SkipChildren in XamlNode

* [Xaml] fix 45179

* fix

Xamarin.Forms.Xaml/MarkupExtensions/StaticResourceExtension.cs

index 14e0b8b..5b4fabb 100644 (file)
@@ -64,4 +64,4 @@ namespace Xamarin.Forms.Xaml
                        return resource;
                }
        }
-}
\ No newline at end of file
+}