@ -339,8 +339,6 @@ namespace Avalonia
var description = GetDescription(source);
var scheduler = AvaloniaLocator.Current.GetService<IScheduler>() ?? ImmediateScheduler.Instance;
if (property.IsDirect)
{
if (property.IsReadOnly)
@ -95,8 +95,6 @@ namespace Avalonia
void Signal()
_owner.Owner.Owner?.VerifyAccess();
var notification = value as BindingNotification;
if (notification != null)