summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Xaml/MarkupExtensions
AgeCommit message (Collapse)AuthorFilesLines
2017-04-24[Xaml[C]] Do not instantiate DataTemplate Content at parsing time (#683)Stephane Delcroix1-1/+1
* [Xaml] rename VisitChildrenFirst * [Xaml] rework SkipChildren in XamlNode * [Xaml] fix 45179 * fix
2017-04-11[C] Lookup in RD also lookup in merged RDs (#861)Stephane Delcroix1-2/+2
2017-03-07Remove InternalsVisibleTo from Core to XF.Platforms.* (#782)kingces951-0/+1
* Remove InternalsVisibleTo from Core to XF.Platforms.* * Changes per Jason's code review * Move LockableObservableListWrapper to internals namespace * Changes per Stephane's code review * update docs * Touch code to get CI to run tests * Rebase; Update documentation
2017-02-24[Xaml] decorate markup and value providers to speed up inflating (#770)Stephane Delcroix4-1/+5
* [Xaml] decorate markup and value providers to speed up inflating * update docs * fix docs
2017-02-17[XamlC] compile NullExtension markup (#750)Stephane Delcroix1-0/+1
2017-02-13[XamlC] compiled TypeExtension (#739)Stephane Delcroix3-6/+17
2017-01-25[Xaml[C]] Do not instantiate DataTemplate Content at parsing time (#683)Stephane Delcroix1-1/+1
* [Xaml] rename VisitChildrenFirst * [Xaml] rework SkipChildren in XamlNode * [Xaml] fix 45179 * fix
2016-12-06ResourceDictionary fixes (#536)Stephane Delcroix1-7/+4
* [C] avoid leaking RDs, remove reflection call, validate arguments * [C,Xaml] The only way to get merged values are internal
2016-12-01[XamlC] provide backward compat for ProvideValueTarget without Target… (#583)Stephane Delcroix1-10/+13
* [XamlC] provide backward compat for ProvideValueTarget without TargetProperty * docs
2016-11-15[XamlC] TypedBindings, some tests, a compiler, ... (#489)Stephane Delcroix1-1/+13
2016-09-23[XamlC] Implement IValueProvider.PropertyType (#345)Stephane Delcroix1-27/+20
2016-09-22[XamlC] supports enum and consts in x:Static (#369)Stephane Delcroix1-3/+3
2016-09-08Native Bindings (#278)Stephane Delcroix1-1/+3
* [C, I, A, W] Support Native Bindings * fix tabs
2016-04-18Make sure StaticResources can be looked up in ResourceDictionaries directly ↵Jason Smith1-4/+3
(#106)
2016-04-06Force conversion to target type when Static Resource returns OnPlatform<T>E.Z. Hart1-3/+26
2016-03-22Initial importJason Smith9-0/+307