3 references to SendBindingFailure
Microsoft.Maui.Controls (3)
BindingExpression.cs (2)
76
BindingDiagnostics.
SendBindingFailure
(Binding, "Binding", $"Mismatch between the specified x:DataType ({dataType}) and the current binding context ({sourceObject.GetType()}).");
334
BindingDiagnostics.
SendBindingFailure
(Binding, "Binding", ParseIndexErrorMessage, part.Content, sourceType);
TypedBinding.cs (1)
293
BindingDiagnostics.
SendBindingFailure
(this, "Binding", $"Mismatch between the specified x:DataType ({typeof(TSource)}) and the current binding context ({sourceObject.GetType()}).");