3 references to BindablePropertyConverter
Microsoft.Maui.Controls (3)
BindableProperty.cs (1)
17
[System.ComponentModel.TypeConverter(typeof(
BindablePropertyConverter
))]
BindablePropertyConverter.cs (2)
84
Application.Current?.FindMauiContext()?.CreateLogger<
BindablePropertyConverter
>()?.LogWarning("Can't resolve properties with xml namespace prefix.");
90
Application.Current?.FindMauiContext()?.CreateLogger<
BindablePropertyConverter
>()?.LogWarning($"Can't resolve {value}. Accepted syntax is Type.PropertyName.");