2 writes to SetterType
Microsoft.Maui.Controls (2)
BindingExpression.cs (2)
341 part.SetterType = sourceType.GetElementType(); 402 part.SetterType = propertyType;
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);