2 references to TryConvert
Microsoft.Maui.Controls (2)
BindableObject.cs (1)
560 if (!converted && !property.TryConvert(ref value))
BindingExpressionHelper.cs (1)
18 if ((toTarget && targetProperty.TryConvert(ref value)) || (!toTarget && convertTo.IsInstanceOfType(value)))