I am trying to bind a view model variable with label's enabled property but it crashes the app
bindings.Add(this.SetBinding(() => this.Vm.IsEnabled, () => this.lblDate.Enabled, BindingMode.TwoWay));
The crash is always reproducible in release mode.
Here is the crash report