2 references to GetConverterType
Microsoft.Maui.Controls (2)
Xaml\TypeConversionExtensions.cs (2)
53
var convertertype = pInfo.GetCustomAttribute<TypeConverterAttribute>()?.
GetConverterType
();
91
if (memberInfo.GetCustomAttribute<TypeConverterAttribute>()?.
GetConverterType
() is Type converterType)