diff --git a/Perspex.Base/Binding.cs b/Perspex.Base/Binding.cs index 93dd105187..dc050b7e92 100644 --- a/Perspex.Base/Binding.cs +++ b/Perspex.Base/Binding.cs @@ -44,7 +44,7 @@ namespace Perspex set; } - public string Description => string.Format("{0}.{1}", this.Source.GetType().Name, this.Property.Name); + public string Description => string.Format("{0}.{1}", this.Source?.GetType().Name, this.Property.Name); public static Binding operator !(Binding binding) {