2 references to SimpleConvertTypes
Microsoft.Maui.Controls (2)
BindableProperty.cs (1)
222 if (SimpleConvertTypes.TryGetValue(valueType, out Type[] convertibleTo) && Array.IndexOf(convertibleTo, returnType) != -1)
TypeConversionHelper.cs (1)
76 type != typeof(string) && !BindableProperty.SimpleConvertTypes.ContainsKey(type);