2 writes to SetterType
Microsoft.Maui.Controls (2)
3 references to SetterType
Microsoft.Maui.Controls (3)
BindingExpression.cs (3)
183 object value = Binding.GetTargetValue(target.GetValue(property), part.SetterType);
185 if (!BindingExpressionHelper.TryConvert(ref value, property, part.SetterType, false))
187 BindingDiagnostics.SendBindingFailure(Binding, current, target, property, "Binding", CannotConvertTypeErrorMessage, value, part.SetterType);