2 instantiations of ToStringValueConverter
Microsoft.Maui.Controls (2)
BindableProperty.cs (1)
53
{ typeof(string), new
ToStringValueConverter
() },
ListView\ListView.cs (1)
85
static readonly ToStringValueConverter _toStringValueConverter = new
ToStringValueConverter
();
1 reference to ToStringValueConverter
Microsoft.Maui.Controls (1)
ListView\ListView.cs (1)
85
static readonly
ToStringValueConverter
_toStringValueConverter = new ToStringValueConverter();