summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Core/BindableObject.cs
AgeCommit message (Collapse)AuthorFilesLines
2017-10-23force sync with upstream 2.4.0-sr2Kangho Hur1-2/+1
Change-Id: I36f0de33d03e804afd17f7ab2c60ae6f435ec402
2017-10-23[C] Use ReferenceEquals to compare BindingContext (#1150)Stephane Delcroix1-1/+2
2017-06-22[iOS] decoupling UpdateText() on LabelRenderer (#950)Stephane Delcroix1-1/+2
* [iOS] decoupling UpdateText() on LabelRenderer * [iOS] do not update font and color on formattedstrings
2017-06-14[test] add passing test for 56852Stephane Delcroix1-2/+2
2017-04-06Fix 54334 (#855)Stephane Delcroix1-2/+3
* [C] unset the FromStyle flag on manual setting * [C] Do not reset overriden values to default * complete the fix
2017-03-09Add [EditorBrowsable(EditorBrowsableState.Never)] to public ↵kingces951-0/+1
classes/interfaces in XF.Internals (#806)
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