summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Core/BindingExpression.cs
AgeCommit message (Collapse)AuthorFilesLines
2017-07-24[core] Prevent canonicalization of '*.[.]' and '-0' (#1035)kingces951-0/+11
2017-03-07Remove InternalsVisibleTo from Core to XF.Platforms.* (#782)kingces951-1/+2
* 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-11-15[XamlC] TypedBindings, some tests, a compiler, ... (#489)Stephane Delcroix1-33/+30
2016-09-27Don't unsubscribe/resubscribe the listener to the same INPC (#384)E.Z. Hart1-1/+8
2016-08-16Fix for BindingExpression memory leak (#279)Jonathan Peppers1-9/+69
* Unit test proving a memory leak with Binding What we were seeing in our app was that Binding objects stay around when bound to long-lived ViewModels, even when the View is long gone * BindingExpression - INotifyPropertyChanged should use WeakReference I had to make a WeakPropertyChangedProxy class for this, I could not think of a way to get around creating a new object for this
2016-03-22Initial importJason Smith1-0/+506