6 instantiations of BindingExpression
Microsoft.Maui.Controls (6)
14 references to BindingExpression
Microsoft.Maui.Controls (14)
MultiBinding.cs (2)
105 BindingDiagnostics.SendBindingFailure(this, null, _targetObject, _targetProperty, "MultiBinding", BindingExpression.CannotConvertTypeErrorMessage, value, _targetProperty.ReturnType);
178 BindingDiagnostics.SendBindingFailure(this, context, _targetObject, _targetProperty, "MultiBinding", BindingExpression.CannotConvertTypeErrorMessage, value, _targetProperty.ReturnType);
TypedBinding.cs (4)
322 BindingDiagnostics.SendBindingFailure(this, sourceObject, target, property, "Binding", BindingExpression.CannotConvertTypeErrorMessage, value, property.ReturnType);
335 BindingDiagnostics.SendBindingFailure(this, sourceObject, target, property, "Binding", BindingExpression.CannotConvertTypeErrorMessage, value, typeof(TProperty));
461 public BindingExpression.WeakPropertyChangedProxy Listener { get; }
495 Listener = new BindingExpression.WeakPropertyChangedProxy();