summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Core/BindableObject.cs
AgeCommit message (Collapse)AuthorFilesLines
2017-03-07Remove InternalsVisibleTo from Core to XF.Platforms.* (#782)kingces951-13/+19
* 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
2016-12-06[C] detach Behaviors and Triggers on VE finalization (#555)Stephane Delcroix1-0/+8
* [C] detach Behaviors and Triggers on VE finalization * update docs
2016-11-16BindingContext changes are called multiple times on app start (#470)adrianknight891-3/+4
* inherited binding context fix * add check for child binding context * Revert "add check for child binding context" This reverts commit 71952f39129cfedc2358a32100deb07bd32a3080. * unit tests
2016-11-15[XamlC] TypedBindings, some tests, a compiler, ... (#489)Stephane Delcroix1-18/+16
2016-04-12[Core] Can bind properties in BindableObjects added to static resources in ↵Samantha Houts1-1/+1
XAML (#58) Resources that are `BindableObject`s will inherit the `Parent`'s `BindingContext` unless they are `Element`s that have non-null `Parent`s.
2016-03-22Initial importJason Smith1-0/+647